方法一
方法二:
1
public static AdoHelper helper = AdoHelper.CreateHelper("sqlDA");
2
public static string cs = WebConfigurationManager.AppSettings["SqlServerConnectionString"];
3
4
protected void Page_Load(object sender, EventArgs e)
5
GO
2
3
4
5
方法三:一个判断登陆
1
public static int VerifyPassword(string strUsername, string strPassword)
2
2