Свойство | Тип | Описание | |
---|---|---|---|
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 |
Метод | Описание | |
---|---|---|
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 | |
Результат | void |
protected Page_Load ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
Результат | void |
protected global::System.Web.UI.WebControls.Button BuscarButton | ||
Результат | global::System.Web.UI.WebControls.Button |
protected global::System.Web.UI.WebControls.DropDownList BusquedaPorDropDownList | ||
Результат | global::System.Web.UI.WebControls.DropDownList |
protected global::System.Web.UI.WebControls.TextBox BusquedaTextBox | ||
Результат | global::System.Web.UI.WebControls.TextBox |