|
//產(chǎn)生隨機驗證碼
<input type="hidden" runat="server" id="hid_YanZhengMa" />
if (!Page.IsPostBack) this.hid_YanZhengMa.Value = System.mySQLConnection.AllText.getYangZhengMa(); }
protected void submit_jiaoFei_ServerClick(object sender, EventArgs e) if (hid_YanZhengMa.Value.Trim() != ((String)Session["YanZhengMa"])) } |
|
|
來自: 悟靜 > 《.net和asp.net》