C# Class Vend.Common.WebControls.ucVendorProjectCreate

Inheritance: System.Web.UI.UserControl
Mostrar archivo Open project: CISC181/VolTeerNET

Protected Properties

Property Type Description
cbPrimaryContact global::System.Web.UI.WebControls.CheckBox
lblCharMax global::System.Web.UI.WebControls.Label
lblProjAddress global::System.Web.UI.WebControls.Label
lblProjContact global::System.Web.UI.WebControls.Label
lblProjDesc global::System.Web.UI.WebControls.Label
lblProjName global::System.Web.UI.WebControls.Label
lblProjPrimaryContact global::System.Web.UI.WebControls.Label
lblSaveFailure global::System.Web.UI.WebControls.Label
lblSaveSuccess global::System.Web.UI.WebControls.Label
newProjTitle global::System.Web.UI.WebControls.Label
projCreateForm global::System.Web.UI.WebControls.Table
projectCreation global::System.Web.UI.WebControls.Panel
rBTNSave global::Telerik.Web.UI.RadButton
rCBAddress global::Telerik.Web.UI.RadComboBox
rCBContact global::Telerik.Web.UI.RadComboBox
rTBProjDesc global::Telerik.Web.UI.RadTextBox
rTBProjName global::Telerik.Web.UI.RadTextBox

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void
getAddresses ( ) : void
getContacts ( ) : void
rBTNSave_Click ( object sender, EventArgs e ) : void
saveForm ( ) : void

Private Methods

Method Description
ucVendorProjectCreate ( ) : System

Method Details

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

getAddresses() protected method

protected getAddresses ( ) : void
return void

getContacts() protected method

protected getContacts ( ) : void
return void

rBTNSave_Click() protected method

protected rBTNSave_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

saveForm() protected method

protected saveForm ( ) : void
return void

Property Details

cbPrimaryContact protected_oe property

cbPrimaryContact control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CheckBox cbPrimaryContact
return global::System.Web.UI.WebControls.CheckBox

lblCharMax protected_oe property

lblCharMax control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblCharMax
return global::System.Web.UI.WebControls.Label

lblProjAddress protected_oe property

lblProjAddress control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblProjAddress
return global::System.Web.UI.WebControls.Label

lblProjContact protected_oe property

lblProjContact control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblProjContact
return global::System.Web.UI.WebControls.Label

lblProjDesc protected_oe property

lblProjDesc control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblProjDesc
return global::System.Web.UI.WebControls.Label

lblProjName protected_oe property

lblProjName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblProjName
return global::System.Web.UI.WebControls.Label

lblProjPrimaryContact protected_oe property

lblProjPrimaryContact control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblProjPrimaryContact
return global::System.Web.UI.WebControls.Label

lblSaveFailure protected_oe property

lblSaveFailure control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblSaveFailure
return global::System.Web.UI.WebControls.Label

lblSaveSuccess protected_oe property

lblSaveSuccess control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblSaveSuccess
return global::System.Web.UI.WebControls.Label

newProjTitle protected_oe property

newProjTitle control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label newProjTitle
return global::System.Web.UI.WebControls.Label

projCreateForm protected_oe property

projCreateForm control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Table projCreateForm
return global::System.Web.UI.WebControls.Table

projectCreation protected_oe property

projectCreation control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel projectCreation
return global::System.Web.UI.WebControls.Panel

rBTNSave protected_oe property

rBTNSave control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Telerik.Web.UI.RadButton rBTNSave
return global::Telerik.Web.UI.RadButton

rCBAddress protected_oe property

rCBAddress control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Telerik.Web.UI.RadComboBox rCBAddress
return global::Telerik.Web.UI.RadComboBox

rCBContact protected_oe property

rCBContact control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Telerik.Web.UI.RadComboBox rCBContact
return global::Telerik.Web.UI.RadComboBox

rTBProjDesc protected_oe property

rTBProjDesc control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Telerik.Web.UI.RadTextBox rTBProjDesc
return global::Telerik.Web.UI.RadTextBox

rTBProjName protected_oe property

rTBProjName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::Telerik.Web.UI.RadTextBox rTBProjName
return global::Telerik.Web.UI.RadTextBox