The text of this article is not in this database — only its details are. The old site it was published on is gone, but the Internet Archive kept a copy: Simple Login Project Using Stored Procedures in ASP.NET: Part 2
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.

Hemant BharadwajPosted Jun 26, 2016, 7:11 PM
I think the code in execution function if...else part be like this : if (rd.HasRows) { rd.Read(); lblinfo.Text = "User Not Created"; } else { lblinfo.Text = "User Created"; } Correct me if i am wrong
Gowtham RajamanickamPosted Mar 27, 2015, 2:39 PM
goood...
Nermin HuskicPosted Jul 17, 2013, 1:06 PM
i am trying to make this login to be safe from sql injection, and to put username, password and other stuff in databse but first to encrypt it. so seurity is much stronger then :/
kris vPosted Jun 27, 2013, 2:14 AM
Great Article ! thanks V.much