C# Class SIAQ.Web.Application.WebApp.Private.Quejas.QueListadoSolicitudesEnProceso

Afficher le fichier Open project: GCSoft/CEDHNL

Protected Properties

Свойство Type Description
gvSolicitud global::System.Web.UI.WebControls.GridView
hddSort global::System.Web.UI.WebControls.HiddenField
pnlGrid global::System.Web.UI.WebControls.Panel

Méthodes protégées

Méthode Description
Page_Load ( object sender, EventArgs e ) : void
gvSolicitud_RowCommand ( object sender, GridViewCommandEventArgs e ) : void
gvSolicitud_RowDataBound ( object sender, GridViewRowEventArgs e ) : void
gvSolicitud_Sorting ( object sender, GridViewSortEventArgs e ) : void

Private Methods

Méthode Description
SelectSolicitud ( ) : void

Method Details

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

gvSolicitud_RowCommand() protected méthode

protected gvSolicitud_RowCommand ( object sender, GridViewCommandEventArgs e ) : void
sender object
e GridViewCommandEventArgs
Résultat void

gvSolicitud_RowDataBound() protected méthode

protected gvSolicitud_RowDataBound ( object sender, GridViewRowEventArgs e ) : void
sender object
e GridViewRowEventArgs
Résultat void

gvSolicitud_Sorting() protected méthode

protected gvSolicitud_Sorting ( object sender, GridViewSortEventArgs e ) : void
sender object
e GridViewSortEventArgs
Résultat void

Property Details

gvSolicitud protected_oe property

gvSolicitud control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.GridView gvSolicitud
Résultat global::System.Web.UI.WebControls.GridView

hddSort protected_oe property

hddSort control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.HiddenField hddSort
Résultat global::System.Web.UI.WebControls.HiddenField

pnlGrid protected_oe property

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