protected void Page_Load(object sender, EventArgs e) { if (!this.IsPostBack) { CD_Login clsLogin = new CD_Login(); DataSet dsConsulta = clsLogin.dsConsultarTipoUsuario(); clsLogin.cargarControl(ref dwlTipo, dsConsulta, "tipu_id", "tipu_nombre", "Seleccione"); } }
protected void Page_Load(object sender, EventArgs e) { if (!this.IsPostBack) { CD_Login clsLogin = new CD_Login(); DataSet dsConsulta = clsLogin.dsConsultarTipoUsuario(); clsLogin.cargarControl(ref ddlTipo, dsConsulta, "tipu_id", "tipu_nombre", "Seleccione"); } MostrarUsuario(); btnBorrar.Enabled = false; btnActualizar.Enabled = false; }