Property | Type | Description | |
---|---|---|---|
RadioChecked | global::System.Web.UI.WebControls.RadioButton | ||
RadioNotChecked | global::System.Web.UI.WebControls.RadioButton | ||
checkbox1 | global::System.Web.UI.WebControls.CheckBox | ||
checkbox2 | global::System.Web.UI.WebControls.CheckBox | ||
form1 | global::System.Web.UI.HtmlControls.HtmlForm | ||
textbox1 | global::System.Web.UI.WebControls.TextBox |
Method | Description | |
---|---|---|
Page_Load ( object sender, EventArgs e ) : void |
protected Page_Load ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
protected global::System.Web.UI.WebControls.RadioButton RadioChecked | ||
return | global::System.Web.UI.WebControls.RadioButton |
protected global::System.Web.UI.WebControls.RadioButton RadioNotChecked | ||
return | global::System.Web.UI.WebControls.RadioButton |
protected global::System.Web.UI.WebControls.CheckBox checkbox1 | ||
return | global::System.Web.UI.WebControls.CheckBox |
protected global::System.Web.UI.WebControls.CheckBox checkbox2 | ||
return | global::System.Web.UI.WebControls.CheckBox |
protected global::System.Web.UI.HtmlControls.HtmlForm form1 | ||
return | global::System.Web.UI.HtmlControls.HtmlForm |