protected void Page_Load(object sender, EventArgs e)
        {
            connStr = wFunctions.GetConnectionString();

            if (!IsPostBack)
            {
                LoadAllUsers();
            }
        }
Beispiel #2
0
        protected void Page_Load(object sender, EventArgs e)
        {
            connStr = wf.GetConnectionString();

            if (!IsPostBack)
            {
                LoadRoles();
                ClearInputs();
            }
        }