Property | Type | Description | |
---|---|---|---|
BuscarButton | global::System.Web.UI.WebControls.Button | ||
BusquedaPorDropDownList | global::System.Web.UI.WebControls.DropDownList | ||
BusquedaTextBox | global::System.Web.UI.WebControls.TextBox | ||
ConsultaGridView | global::System.Web.UI.WebControls.GridView |
Method | Description | |
---|---|---|
BuscarButton_Click ( object sender, EventArgs e ) : void | ||
Page_Load ( object sender, EventArgs e ) : void |
protected BuscarButton_Click ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
protected Page_Load ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
protected global::System.Web.UI.WebControls.Button BuscarButton | ||
return | global::System.Web.UI.WebControls.Button |
protected global::System.Web.UI.WebControls.DropDownList BusquedaPorDropDownList | ||
return | global::System.Web.UI.WebControls.DropDownList |
protected global::System.Web.UI.WebControls.TextBox BusquedaTextBox | ||
return | global::System.Web.UI.WebControls.TextBox |