Property | Type | Description | |
---|---|---|---|
btnSubmit | global::System.Web.UI.WebControls.Button | ||
form1 | global::System.Web.UI.HtmlControls.HtmlForm | ||
lblCurrentTime | global::System.Web.UI.WebControls.Label | ||
lblLargeStr | global::System.Web.UI.WebControls.Label |
Method | Description | |
---|---|---|
Page_Load ( object sender, |
||
btnSubmit_Click ( object sender, |
protected Page_Load ( object sender, |
||
sender | object | |
e | ||
return | void |
protected btnSubmit_Click ( object sender, |
||
sender | object | |
e | ||
return | void |
protected global::System.Web.UI.WebControls.Button btnSubmit | ||
return | global::System.Web.UI.WebControls.Button |
protected global::System.Web.UI.HtmlControls.HtmlForm form1 | ||
return | global::System.Web.UI.HtmlControls.HtmlForm |
protected global::System.Web.UI.WebControls.Label lblCurrentTime | ||
return | global::System.Web.UI.WebControls.Label |