07 2006 档案
摘要:protected void FormView1_ItemInserting(Object sender, FormViewInsertEventArgs e) { TextBox signdatefindbox = (TextBox)FormView1.FindControl("signdate"); if (signdatefindbox != nul...
阅读全文
摘要:protected void Page_Load(object sender, EventArgs e)定义一个事件,protected 访问范围限定于所属的类或从该类派生的子类;object sender 定义事件的对象就是触发该事件的对象本身(sender);System.EventArgs e 包含事件数据数据的基类。
阅读全文

浙公网安备 33010602011771号