Свойство | Type | Description | |
---|---|---|---|
iRecordTypeID | int |
Свойство | Type | Description | |
---|---|---|---|
TableCell1 | global::System.Web.UI.WebControls.TableCell | ||
lblPhone1 | global::System.Web.UI.WebControls.Label | ||
lblPhone2 | global::System.Web.UI.WebControls.Label | ||
lblPhone3 | global::System.Web.UI.WebControls.Label | ||
pnlPhoneGrid | global::System.Web.UI.WebControls.Panel | ||
pnlSinglePhone | global::System.Web.UI.WebControls.Panel | ||
rGridPhone | global::Telerik.Web.UI.RadGrid | ||
rowPhone2 | global::System.Web.UI.WebControls.TableRow | ||
rowPhone3 | global::System.Web.UI.WebControls.TableCell | ||
tblMainTable | global::System.Web.UI.WebControls.Table | ||
tblViewPrimPhone | global::System.Web.UI.WebControls.Table |
Méthode | Description | |
---|---|---|
DisplayError ( |
DisplayError - Pass the exception to the main page.
|
Méthode | Description | |
---|---|---|
HandleScreenLoad ( ) : void | ||
Page_Load ( object sender, |
||
btnCancel_Click ( object sender, |
btnCancel_Click - Handles 'cancel' button click
|
|
btnEdit_Click ( object sender, |
btnEdit_Click - Handles 'edit' button click
|
|
rGridPhone_DeleteCommand ( object sender, GridCommandEventArgs e ) : void |
rGridAddress_DeleteCommand - Handle the delete command
|
|
rGridPhone_InsertCommand ( object sender, GridCommandEventArgs e ) : void |
rGridAddress_InsertCommand - Handles insert click
|
|
rGridPhone_ItemDataBound ( object sender, GridItemEventArgs e ) : void |
rGridAddress_ItemDataBound - handle items that have to be addressed at databound
|
|
rGridPhone_NeedDataSource ( object sender, Telerik e ) : void |
rGridEmail_NeedDataSource - Called when the grid needs a data source
|
|
rGridPhone_UpdIns ( object sender, GridCommandEventArgs e, int iAction ) : void |
rGridPhone_UpdIns - Handle update/insert in a common procedure
|
|
rGridPhone_UpdateCommand ( object sender, GridCommandEventArgs e ) : void |
rGridPhone_UpdateCommand - Handles Update click
|
public DisplayError ( |
||
ex | ||
Résultat | void |
protected Page_Load ( object sender, |
||
sender | object | |
e | ||
Résultat | void |
protected btnCancel_Click ( object sender, |
||
sender | object | |
e | ||
Résultat | void |
protected btnEdit_Click ( object sender, |
||
sender | object | |
e | ||
Résultat | void |
protected rGridPhone_DeleteCommand ( object sender, GridCommandEventArgs e ) : void | ||
sender | object | |
e | GridCommandEventArgs | |
Résultat | void |
protected rGridPhone_InsertCommand ( object sender, GridCommandEventArgs e ) : void | ||
sender | object | |
e | GridCommandEventArgs | |
Résultat | void |
protected rGridPhone_ItemDataBound ( object sender, GridItemEventArgs e ) : void | ||
sender | object | |
e | GridItemEventArgs | |
Résultat | void |
protected rGridPhone_NeedDataSource ( object sender, Telerik e ) : void | ||
sender | object | |
e | Telerik | |
Résultat | void |
protected rGridPhone_UpdIns ( object sender, GridCommandEventArgs e, int iAction ) : void | ||
sender | object | |
e | GridCommandEventArgs | |
iAction | int | |
Résultat | void |
protected rGridPhone_UpdateCommand ( object sender, GridCommandEventArgs e ) : void | ||
sender | object | |
e | GridCommandEventArgs | |
Résultat | void |
protected global::System.Web.UI.WebControls.TableCell TableCell1 | ||
Résultat | global::System.Web.UI.WebControls.TableCell |
protected global::System.Web.UI.WebControls.Label lblPhone1 | ||
Résultat | global::System.Web.UI.WebControls.Label |
protected global::System.Web.UI.WebControls.Label lblPhone2 | ||
Résultat | global::System.Web.UI.WebControls.Label |
protected global::System.Web.UI.WebControls.Label lblPhone3 | ||
Résultat | global::System.Web.UI.WebControls.Label |
protected global::System.Web.UI.WebControls.Panel pnlPhoneGrid | ||
Résultat | global::System.Web.UI.WebControls.Panel |
protected global::System.Web.UI.WebControls.Panel pnlSinglePhone | ||
Résultat | global::System.Web.UI.WebControls.Panel |
protected global::Telerik.Web.UI.RadGrid rGridPhone | ||
Résultat | global::Telerik.Web.UI.RadGrid |
protected global::System.Web.UI.WebControls.TableRow rowPhone2 | ||
Résultat | global::System.Web.UI.WebControls.TableRow |
protected global::System.Web.UI.WebControls.TableCell rowPhone3 | ||
Résultat | global::System.Web.UI.WebControls.TableCell |
protected global::System.Web.UI.WebControls.Table tblMainTable | ||
Résultat | global::System.Web.UI.WebControls.Table |