C# Class SIAQ.Web.Application.WebApp.Private.Operation.opeBusquedaCiudadano

Inheritance: SIAQ.BusinessProcess.Page.BPPage
ファイルを表示 Open project: GCSoft/CEDHNL

Protected Properties

Property Type Description
BuscadorListaCiudad global::System.Web.UI.WebControls.DropDownList
BuscadorListaColonia global::System.Web.UI.WebControls.DropDownList
BuscadorListaEstado global::System.Web.UI.WebControls.DropDownList
BuscadorListaPais global::System.Web.UI.WebControls.DropDownList
Label2 global::System.Web.UI.WebControls.Label
TextBoxCalle global::System.Web.UI.WebControls.TextBox
TextBoxMaterno global::System.Web.UI.WebControls.TextBox
TextBoxPaterno global::System.Web.UI.WebControls.TextBox
acrdBusqueda global::AjaxControlToolkit.Accordion
apnlFiltros global::AjaxControlToolkit.AccordionPane
btnBuscar global::System.Web.UI.WebControls.Button
gvCiudadano global::System.Web.UI.WebControls.GridView
hddSort global::System.Web.UI.WebControls.HiddenField
lblFiltro global::System.Web.UI.WebControls.Label
pnlBotones global::System.Web.UI.WebControls.Panel
pnlFormulario global::System.Web.UI.WebControls.Panel
pnlGrid global::System.Web.UI.WebControls.Panel
txtNombre global::System.Web.UI.WebControls.TextBox

Protected Methods

Method Description
BuscadorListaCiudad_SelectedIndexChanged ( object sender, EventArgs e ) : void
BuscadorListaEstado_SelectedIndexChanged ( object sender, EventArgs e ) : void
BuscadorListaPais_SelectedIndexChanged ( object sender, EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void
btnBuscar_Click ( object sender, EventArgs e ) : void
gvCiudadano_RowCommand ( object sender, System.Web.UI.WebControls.GridViewCommandEventArgs e ) : void
gvCiudadano_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void
gvCiudadano_Sorting ( object sender, System.Web.UI.WebControls.GridViewSortEventArgs e ) : void

Private Methods

Method Description
RecoveryForm ( ) : void
SaveForm ( ) : void
SelectCiudad ( ) : void
SelectCiudadano ( ) : void
SelectColonia ( ) : void
SelectEstado ( ) : void
SelectPais ( ) : void

Method Details

BuscadorListaCiudad_SelectedIndexChanged() protected method

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

BuscadorListaEstado_SelectedIndexChanged() protected method

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

BuscadorListaPais_SelectedIndexChanged() protected method

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

Page_Load() protected method

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

btnBuscar_Click() protected method

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

gvCiudadano_RowCommand() protected method

protected gvCiudadano_RowCommand ( object sender, System.Web.UI.WebControls.GridViewCommandEventArgs e ) : void
sender object
e System.Web.UI.WebControls.GridViewCommandEventArgs
return void

gvCiudadano_RowDataBound() protected method

protected gvCiudadano_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void
sender object
e System.Web.UI.WebControls.GridViewRowEventArgs
return void

gvCiudadano_Sorting() protected method

protected gvCiudadano_Sorting ( object sender, System.Web.UI.WebControls.GridViewSortEventArgs e ) : void
sender object
e System.Web.UI.WebControls.GridViewSortEventArgs
return void

Property Details

BuscadorListaCiudad protected_oe property

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

BuscadorListaColonia protected_oe property

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

BuscadorListaEstado protected_oe property

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

BuscadorListaPais protected_oe property

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

Label2 protected_oe property

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

TextBoxCalle protected_oe property

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

TextBoxMaterno protected_oe property

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

TextBoxPaterno protected_oe property

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

acrdBusqueda protected_oe property

acrdBusqueda control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AjaxControlToolkit.Accordion acrdBusqueda
return global::AjaxControlToolkit.Accordion

apnlFiltros protected_oe property

apnlFiltros control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AjaxControlToolkit.AccordionPane apnlFiltros
return global::AjaxControlToolkit.AccordionPane

btnBuscar protected_oe property

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

gvCiudadano protected_oe property

gvCiudadano control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.GridView gvCiudadano
return 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
return global::System.Web.UI.WebControls.HiddenField

lblFiltro protected_oe property

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

pnlBotones protected_oe property

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

pnlFormulario protected_oe property

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

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
return global::System.Web.UI.WebControls.Panel

txtNombre protected_oe property

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