Property | Type | Description | |
---|---|---|---|
btnCancel | global::System.Web.UI.WebControls.Button | ||
btnDelete | global::System.Web.UI.WebControls.Button | ||
btnSaveComment | global::System.Web.UI.WebControls.Button | ||
lblApproved | global::System.Web.UI.WebControls.Label | ||
lblComment | global::System.Web.UI.WebControls.Label | ||
lblCommentId | global::System.Web.UI.WebControls.Label | ||
lblLocation | global::System.Web.UI.WebControls.Label | ||
lblLocationTitle | global::System.Web.UI.WebControls.Label | ||
lbltxtSubmittedBy | global::System.Web.UI.WebControls.Label | ||
rbApproved | global::System.Web.UI.WebControls.RadioButton | ||
rbWaitingForApproval | global::System.Web.UI.WebControls.RadioButton | ||
txtComment | global::System.Web.UI.WebControls.TextBox | ||
txtSubmittedBy | global::System.Web.UI.WebControls.TextBox |
Method | Description | |
---|---|---|
Page_Load ( object sender, EventArgs e ) : void | ||
btnCancel_Click ( object sender, EventArgs e ) : void | ||
btnDelete_Click ( object sender, EventArgs e ) : void | ||
btnSaveComment_Click ( object sender, EventArgs e ) : void |
protected Page_Load ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
protected btnCancel_Click ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
protected btnDelete_Click ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
protected btnSaveComment_Click ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
protected global::System.Web.UI.WebControls.Button btnCancel | ||
return | global::System.Web.UI.WebControls.Button |
protected global::System.Web.UI.WebControls.Button btnDelete | ||
return | global::System.Web.UI.WebControls.Button |
protected global::System.Web.UI.WebControls.Button btnSaveComment | ||
return | global::System.Web.UI.WebControls.Button |
protected global::System.Web.UI.WebControls.Label lblApproved | ||
return | global::System.Web.UI.WebControls.Label |
protected global::System.Web.UI.WebControls.Label lblComment | ||
return | global::System.Web.UI.WebControls.Label |
protected global::System.Web.UI.WebControls.Label lblCommentId | ||
return | global::System.Web.UI.WebControls.Label |
protected global::System.Web.UI.WebControls.Label lblLocation | ||
return | global::System.Web.UI.WebControls.Label |
protected global::System.Web.UI.WebControls.Label lblLocationTitle | ||
return | global::System.Web.UI.WebControls.Label |
protected global::System.Web.UI.WebControls.Label lbltxtSubmittedBy | ||
return | global::System.Web.UI.WebControls.Label |
protected global::System.Web.UI.WebControls.RadioButton rbApproved | ||
return | global::System.Web.UI.WebControls.RadioButton |
protected global::System.Web.UI.WebControls.RadioButton rbWaitingForApproval | ||
return | global::System.Web.UI.WebControls.RadioButton |
protected global::System.Web.UI.WebControls.TextBox txtComment | ||
return | global::System.Web.UI.WebControls.TextBox |