Property | Type | Description | |
---|---|---|---|
btnAction | global::System.Web.UI.WebControls.Button | ||
btnBuscar | global::System.Web.UI.WebControls.Button | ||
btnExportar | global::System.Web.UI.WebControls.Button | ||
btnNuevo | global::System.Web.UI.WebControls.Button | ||
gvLugarHechos | global::System.Web.UI.WebControls.GridView | ||
hddLugarHechos | 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, |
||
btnAction_Click ( object sender, |
||
btnBuscar_Click ( object sender, |
||
btnNuevo_Click ( object sender, |
||
gvLugarHechos_RowCommand ( object sender, System.Web.UI.WebControls.GridViewCommandEventArgs e ) : void | ||
gvLugarHechos_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void | ||
gvLugarHechos_Sorting ( object sender, System.Web.UI.WebControls.GridViewSortEventArgs e ) : void | ||
imgCloseWindow_Click ( object sender, ImageClickEventArgs e ) : void |
Method | Description | |
---|---|---|
ClearActionPanel ( ) : void | ||
SetPanel ( LugarHechosActionTypes LugarHechosActionTypes, |
||
ValidateActionForm ( ) : void | ||
insertLugarHechos ( ) : void | ||
selectcatLugarHechos ( ) : void | ||
selectcatLugarHechos_ForEdit ( Int32 LugarHechosId ) : void | ||
updateLugarHechos ( Int32 LugarHechosId ) : void |
protected Page_Load ( object sender, |
||
sender | object | |
e | ||
return | void |
protected btnAction_Click ( object sender, |
||
sender | object | |
e | ||
return | void |
protected btnBuscar_Click ( object sender, |
||
sender | object | |
e | ||
return | void |
protected btnNuevo_Click ( object sender, |
||
sender | object | |
e | ||
return | void |
protected gvLugarHechos_RowCommand ( object sender, System.Web.UI.WebControls.GridViewCommandEventArgs e ) : void | ||
sender | object | |
e | System.Web.UI.WebControls.GridViewCommandEventArgs | |
return | void |
protected gvLugarHechos_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void | ||
sender | object | |
e | System.Web.UI.WebControls.GridViewRowEventArgs | |
return | void |
protected gvLugarHechos_Sorting ( object sender, System.Web.UI.WebControls.GridViewSortEventArgs e ) : void | ||
sender | object | |
e | System.Web.UI.WebControls.GridViewSortEventArgs | |
return | void |
protected imgCloseWindow_Click ( object sender, ImageClickEventArgs e ) : void | ||
sender | object | |
e | ImageClickEventArgs | |
return | void |
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 btnExportar | ||
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 gvLugarHechos | ||
return | global::System.Web.UI.WebControls.GridView |
protected global::System.Web.UI.WebControls.HiddenField hddLugarHechos | ||
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 |