登陆验证代码SqlConnection conn = new SqlConnection("Server=(local)\\SQLExpress; User ID=sa; Password=1234;database=master;");   
登陆验证代码SqlCommand myCom 
= conn.CreateCommand();   
登陆验证代码myCom.CommandType 
= CommandType.Text;   
登陆验证代码  
登陆验证代码
if (txtUser.Text.Length == 0)   

相关文章: