Property | Type | Description | |
---|---|---|---|
addBtn | global::System.Web.UI.WebControls.Button | ||
adminName | global::System.Web.UI.WebControls.TextBox | ||
adminPwd | global::System.Web.UI.WebControls.TextBox | ||
adminPwdAgain | global::System.Web.UI.WebControls.TextBox | ||
form1 | global::System.Web.UI.HtmlControls.HtmlForm | ||
gvAdminAll | global::System.Web.UI.WebControls.GridView |
Method | Description | |
---|---|---|
Page_Load ( object sender, |
||
addBtn_Click ( object sender, |
||
gvAdminAll_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void |
protected Page_Load ( object sender, |
||
sender | object | |
e | ||
return | void |
protected addBtn_Click ( object sender, |
||
sender | object | |
e | ||
return | void |
protected gvAdminAll_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void | ||
sender | object | |
e | System.Web.UI.WebControls.GridViewRowEventArgs | |
return | void |
protected global::System.Web.UI.WebControls.Button addBtn | ||
return | global::System.Web.UI.WebControls.Button |
protected global::System.Web.UI.WebControls.TextBox adminName | ||
return | global::System.Web.UI.WebControls.TextBox |
protected global::System.Web.UI.WebControls.TextBox adminPwd | ||
return | global::System.Web.UI.WebControls.TextBox |
protected global::System.Web.UI.WebControls.TextBox adminPwdAgain | ||
return | global::System.Web.UI.WebControls.TextBox |
protected global::System.Web.UI.HtmlControls.HtmlForm form1 | ||
return | global::System.Web.UI.HtmlControls.HtmlForm |