Posted on: 1/17/2014 6:19:58 AM | Views : 682

Experts!
Till date i was not using asp.net form authentication to register users in website.
I used to make form manually and store data in sql server using stored procedures.
Now i want to use asp.net membership to make customized user registration but i don't knw how to do that.
Main queries would be , how the form will be made, where the data would stored, how to get the list of registered members, How to provide provision of blocking a registered user , how to fetch the passwords, how to validate unique email id in db , how to get unique userid generated during registration etc.
Please help me by telling step by step procedure from basics.

Go to the complete details ...