Property | Type | Description | |
---|---|---|---|
Label2 | global::System.Web.UI.WebControls.Label | ||
btnAction | global::System.Web.UI.WebControls.Button | ||
btnBuscar | global::System.Web.UI.WebControls.Button | ||
btnNuevo | global::System.Web.UI.WebControls.Button | ||
gvOcupacion | global::System.Web.UI.WebControls.GridView | ||
hddOcupacion | global::System.Web.UI.WebControls.HiddenField | ||
hddSort | global::System.Web.UI.WebControls.HiddenField | ||
imgCloseWindow | global::System.Web.UI.WebControls.ImageButton | ||
lblActionMessage | global::System.Web.UI.WebControls.Label | ||
lblActionTitle | global::System.Web.UI.WebControls.Label | ||
pnlAction | global::System.Web.UI.WebControls.Panel | ||
pnlActionBody | global::System.Web.UI.WebControls.Panel | ||
pnlActionContent | global::System.Web.UI.WebControls.Panel | ||
pnlActionHeader | global::System.Web.UI.WebControls.Panel | ||
pnlBotones | global::System.Web.UI.WebControls.Panel | ||
pnlFormulario | global::System.Web.UI.WebControls.Panel | ||
pnlGrid | global::System.Web.UI.WebControls.Panel | ||
txtActionDescripcion | global::System.Web.UI.WebControls.TextBox | ||
txtActionNombre | global::System.Web.UI.WebControls.TextBox | ||
txtNombre | global::System.Web.UI.WebControls.TextBox |
Method | Description | |
---|---|---|
Page_Load ( object sender, EventArgs e ) : void | ||
btnAction_Click ( object sender, EventArgs e ) : void | ||
btnBuscar_Click ( object sender, EventArgs e ) : void | ||
btnNuevo_Click ( object sender, EventArgs e ) : void | ||
gvOcupacion_RowCommand ( object sender, GridViewCommandEventArgs e ) : void | ||
gvOcupacion_RowDataBound ( object sender, GridViewRowEventArgs e ) : void | ||
gvOcupacion_Sorting ( object sender, GridViewSortEventArgs e ) : void | ||
imgCloseWindow_Click ( object sender, ImageClickEventArgs e ) : void |
Method | Description | |
---|---|---|
ClearActionPanel ( ) : void | ||
SetPanel ( OcupacionActionTypes OcupacionActionTypes, Int32 OcupacionId ) : void | ||
ValidateActionForm ( ) : void | ||
insertOcupacion ( ) : void | ||
selectMotivo_ForEdit ( Int32 OcupacionId ) : void | ||
selectOcupacion ( ) : void | ||
updateMotivo ( Int32 OcupacionId ) : void |
protected Page_Load ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
protected btnAction_Click ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
protected btnBuscar_Click ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
protected btnNuevo_Click ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
protected gvOcupacion_RowCommand ( object sender, GridViewCommandEventArgs e ) : void | ||
sender | object | |
e | GridViewCommandEventArgs | |
return | void |
protected gvOcupacion_RowDataBound ( object sender, GridViewRowEventArgs e ) : void | ||
sender | object | |
e | GridViewRowEventArgs | |
return | void |
protected gvOcupacion_Sorting ( object sender, GridViewSortEventArgs e ) : void | ||
sender | object | |
e | GridViewSortEventArgs | |
return | void |
protected imgCloseWindow_Click ( object sender, ImageClickEventArgs e ) : void | ||
sender | object | |
e | ImageClickEventArgs | |
return | void |
protected global::System.Web.UI.WebControls.Label Label2 | ||
return | global::System.Web.UI.WebControls.Label |
protected global::System.Web.UI.WebControls.Button btnAction | ||
return | global::System.Web.UI.WebControls.Button |
protected global::System.Web.UI.WebControls.Button btnBuscar | ||
return | global::System.Web.UI.WebControls.Button |
protected global::System.Web.UI.WebControls.Button btnNuevo | ||
return | global::System.Web.UI.WebControls.Button |
protected global::System.Web.UI.WebControls.GridView gvOcupacion | ||
return | global::System.Web.UI.WebControls.GridView |
protected global::System.Web.UI.WebControls.HiddenField hddOcupacion | ||
return | global::System.Web.UI.WebControls.HiddenField |
protected global::System.Web.UI.WebControls.HiddenField hddSort | ||
return | global::System.Web.UI.WebControls.HiddenField |
protected global::System.Web.UI.WebControls.ImageButton imgCloseWindow | ||
return | global::System.Web.UI.WebControls.ImageButton |
protected global::System.Web.UI.WebControls.Label lblActionMessage | ||
return | global::System.Web.UI.WebControls.Label |
protected global::System.Web.UI.WebControls.Label lblActionTitle | ||
return | global::System.Web.UI.WebControls.Label |
protected global::System.Web.UI.WebControls.Panel pnlAction | ||
return | global::System.Web.UI.WebControls.Panel |
protected global::System.Web.UI.WebControls.Panel pnlActionBody | ||
return | global::System.Web.UI.WebControls.Panel |
protected global::System.Web.UI.WebControls.Panel pnlActionContent | ||
return | global::System.Web.UI.WebControls.Panel |
protected global::System.Web.UI.WebControls.Panel pnlActionHeader | ||
return | global::System.Web.UI.WebControls.Panel |
protected global::System.Web.UI.WebControls.Panel pnlBotones | ||
return | global::System.Web.UI.WebControls.Panel |
protected global::System.Web.UI.WebControls.Panel pnlFormulario | ||
return | global::System.Web.UI.WebControls.Panel |
protected global::System.Web.UI.WebControls.Panel pnlGrid | ||
return | global::System.Web.UI.WebControls.Panel |
protected global::System.Web.UI.WebControls.TextBox txtActionDescripcion | ||
return | global::System.Web.UI.WebControls.TextBox |
protected global::System.Web.UI.WebControls.TextBox txtActionNombre | ||
return | global::System.Web.UI.WebControls.TextBox |