Property | Type | Description | |
---|---|---|---|
Button1 | global::System.Web.UI.WebControls.Button | ||
Label1 | global::System.Web.UI.WebControls.Label | ||
password | global::System.Web.UI.WebControls.TextBox | ||
username | global::System.Web.UI.WebControls.TextBox |
Method | Description | |
---|---|---|
Page_Load ( object sender, |
||
btn1_click ( object sender, |
protected Page_Load ( object sender, |
||
sender | object | |
e | ||
return | void |
protected btn1_click ( object sender, |
||
sender | object | |
e | ||
return | void |
protected global::System.Web.UI.WebControls.Button Button1 | ||
return | global::System.Web.UI.WebControls.Button |
protected global::System.Web.UI.WebControls.Label Label1 | ||
return | global::System.Web.UI.WebControls.Label |
protected global::System.Web.UI.WebControls.TextBox password | ||
return | global::System.Web.UI.WebControls.TextBox |