Ejemplo n.º 1
0
        protected void OkBtn_Click(object sender, EventArgs e)
        {
            DataSourceSelectArguments pArguments = new DataSourceSelectArguments();

            SqlDominio.Select(pArguments);
            DomainList.DataBind();
        }
Ejemplo n.º 2
0
        protected void OkBtn_Click(object sender, EventArgs e)
        {
            DataSourceSelectArguments pArguments = new DataSourceSelectArguments();

            SqlDominio.Select(pArguments);
            SqlGrupo.Select(pArguments);
            DeleteBtn.Visible = (SuperID.Text == "medlinknet");
            DomainList.DataBind();
            GroupList.DataBind();
        }