Property | Type | Description | |
---|---|---|---|
agregar_competencia | global::System.Web.UI.HtmlControls.HtmlForm | ||
alert | global::System.Web.UI.HtmlControls.HtmlGenericControl | ||
btn_agregarComp | global::System.Web.UI.WebControls.Button | ||
comboCintaDesde | global::System.Web.UI.WebControls.DropDownList | ||
comboCintaHasta | global::System.Web.UI.WebControls.DropDownList | ||
comboOrgs | global::System.Web.UI.WebControls.DropDownList | ||
costoComp | global::System.Web.UI.WebControls.TextBox | ||
divComboCintaDesde | global::System.Web.UI.HtmlControls.HtmlGenericControl | ||
divComboCintaHasta | global::System.Web.UI.HtmlControls.HtmlGenericControl | ||
divComboOrg | global::System.Web.UI.HtmlControls.HtmlGenericControl | ||
edad_desde | global::System.Web.UI.WebControls.TextBox | ||
edad_hasta | global::System.Web.UI.WebControls.TextBox | ||
fechaFin | global::System.Web.UI.WebControls.HiddenField | ||
fechaIni | global::System.Web.UI.WebControls.HiddenField | ||
input_sexo_F | global::System.Web.UI.WebControls.RadioButton | ||
input_sexo_M | global::System.Web.UI.WebControls.RadioButton | ||
input_status_enCurso | global::System.Web.UI.WebControls.RadioButton | ||
input_status_porIniciar | global::System.Web.UI.WebControls.RadioButton | ||
input_tipo_ambos | global::System.Web.UI.WebControls.RadioButton | ||
input_tipo_kata | global::System.Web.UI.WebControls.RadioButton | ||
input_tipo_kumite | global::System.Web.UI.WebControls.RadioButton | ||
nombreComp | global::System.Web.UI.WebControls.TextBox | ||
organizaciones | global::System.Web.UI.WebControls.CheckBox | ||
txtLAT | global::System.Web.UI.WebControls.HiddenField | ||
txtLONG | global::System.Web.UI.WebControls.HiddenField |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
M12_AgregarCompetencias ( ) : System |
Method | Description | |
---|---|---|
Page_Load ( object sender, EventArgs e ) : void | ||
btn_agregarComp_Click ( object sender, EventArgs e ) : void | ||
comboCintaHasta_SelectedIndexChanged ( object sender, EventArgs e ) : void | ||
comboOrgs_SelectedIndexChanged ( object sender, EventArgs e ) : void | ||
comboSexo_SelectedIndexChanged ( object sender, EventArgs e ) : void |
protected Page_Load ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
protected btn_agregarComp_Click ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
protected comboCintaHasta_SelectedIndexChanged ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
protected comboOrgs_SelectedIndexChanged ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
protected comboSexo_SelectedIndexChanged ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
protected global::System.Web.UI.HtmlControls.HtmlForm agregar_competencia | ||
return | global::System.Web.UI.HtmlControls.HtmlForm |
protected global::System.Web.UI.HtmlControls.HtmlGenericControl alert | ||
return | global::System.Web.UI.HtmlControls.HtmlGenericControl |
protected global::System.Web.UI.WebControls.Button btn_agregarComp | ||
return | global::System.Web.UI.WebControls.Button |
protected global::System.Web.UI.WebControls.DropDownList comboCintaDesde | ||
return | global::System.Web.UI.WebControls.DropDownList |
protected global::System.Web.UI.WebControls.DropDownList comboCintaHasta | ||
return | global::System.Web.UI.WebControls.DropDownList |
protected global::System.Web.UI.WebControls.DropDownList comboOrgs | ||
return | global::System.Web.UI.WebControls.DropDownList |
protected global::System.Web.UI.WebControls.TextBox costoComp | ||
return | global::System.Web.UI.WebControls.TextBox |
protected global::System.Web.UI.HtmlControls.HtmlGenericControl divComboCintaDesde | ||
return | global::System.Web.UI.HtmlControls.HtmlGenericControl |
protected global::System.Web.UI.HtmlControls.HtmlGenericControl divComboCintaHasta | ||
return | global::System.Web.UI.HtmlControls.HtmlGenericControl |
protected global::System.Web.UI.HtmlControls.HtmlGenericControl divComboOrg | ||
return | global::System.Web.UI.HtmlControls.HtmlGenericControl |
protected global::System.Web.UI.WebControls.TextBox edad_desde | ||
return | global::System.Web.UI.WebControls.TextBox |
protected global::System.Web.UI.WebControls.TextBox edad_hasta | ||
return | global::System.Web.UI.WebControls.TextBox |
protected global::System.Web.UI.WebControls.HiddenField fechaFin | ||
return | global::System.Web.UI.WebControls.HiddenField |
protected global::System.Web.UI.WebControls.HiddenField fechaIni | ||
return | global::System.Web.UI.WebControls.HiddenField |
protected global::System.Web.UI.WebControls.RadioButton input_sexo_F | ||
return | global::System.Web.UI.WebControls.RadioButton |
protected global::System.Web.UI.WebControls.RadioButton input_sexo_M | ||
return | global::System.Web.UI.WebControls.RadioButton |
protected global::System.Web.UI.WebControls.RadioButton input_status_enCurso | ||
return | global::System.Web.UI.WebControls.RadioButton |
protected global::System.Web.UI.WebControls.RadioButton input_status_porIniciar | ||
return | global::System.Web.UI.WebControls.RadioButton |
protected global::System.Web.UI.WebControls.RadioButton input_tipo_ambos | ||
return | global::System.Web.UI.WebControls.RadioButton |
protected global::System.Web.UI.WebControls.RadioButton input_tipo_kata | ||
return | global::System.Web.UI.WebControls.RadioButton |
protected global::System.Web.UI.WebControls.RadioButton input_tipo_kumite | ||
return | global::System.Web.UI.WebControls.RadioButton |
protected global::System.Web.UI.WebControls.TextBox nombreComp | ||
return | global::System.Web.UI.WebControls.TextBox |
protected global::System.Web.UI.WebControls.CheckBox organizaciones | ||
return | global::System.Web.UI.WebControls.CheckBox |
protected global::System.Web.UI.WebControls.HiddenField txtLAT | ||
return | global::System.Web.UI.WebControls.HiddenField |