private bool yz_srzw(out string yhxx)
{
bool isdl = true;
if (ValidateCodeMessage.InnerText.Contains("错误"))
// if (Captcha.Code!=this.TbCode.Value)
{
isdl = false;
this.ASPxButton_qrdl.Visible = false;
this.ASPxLabel_tytsxx.Text = "验证码输入错误!";
this.ASPxPopupControl_tytsxx.ShowOnPageLoad = true;
yhxx = "";
return isdl;
}
string bh = this.TextBox_xs_bh.Text.Trim();
string xm = this.Tbx_xs_xm.Text.Trim();
string kf = this.tbx_xs_fs.Text.Trim();
// string yzm = this.TbCode.Value;//验证码等返回,自动填充,提高用户体验 TbCode是html文本框,如果runat=server,则request["TbCode"]无法获取文本框的值
//TbCode.Value无法与验证控件的验证码同步
/*
* 目前用户管理已经建立,2024年需要更改日期为2025年进行测试,但是压缩备份前,以及上网上传下载,还有就是打开网页,打开百度网盘,必须把时间还原为正确的时间,否则无法进行。
updatepannel内部无法访问updatepannel外部控件;devexpress弹窗(含有按钮等控件)打开前,单击了其他控件(该控件有事件,例如checkbox),可能造成假死,可以 单击html含有javascript单击事件的按钮或图片刷新,例如:<img id="RefreshButton" src="Images/refreshButton.gif" alt="单击刷新验证码" title="" class="refreshButton" onclick="captcha.Refresh();" />
或者加入一个html按钮,没有任何代码,单击该按钮都可以刷新 。
<input id="Button1" type="button" value="刷新" />
*/
double zhfs;
int zhbh;