[Solved] Login screen using asp.net and SQL Server
[ad_1] This line of code: string checkuser = “select * from tb_Login where Username=”” + txtUsername.Text + “” and Password='” + txtPassword.Text + “‘ “; Is sending a query to the database and asking: “Give me all the columns from tb_Login whose UserName is the value in the txtUsername box and the Password is in … Read more