public DataSet Bind() SqlCommand cmd = new SqlCommand("select * from games where type='rpg', con); DataSet ds = new DataSet(); if (!object.Equals(ds, null)) i
Hello,我有带有Azure AD身份验证的asp.net web forms项目,现在在这个项目中我有两个表单"webfrom1.aspx“和"webform2.aspx”,现在我需要这两个表单,如果用户"it“是登录,然后重定向到”webform1.aspx“,或者如果用户"finance”登录,然后重定向到“webform2.aspx”。