I have created a web page(Using ASP.NET,c#) which contains a Registration Form. And also have a SQL Server DB. In the registration_form.aspx page, the fields are (User ID, Name, Add., Mob No,........... etc.) and a SUBMIT button. When i'm pressing the submit button after filling up those fields, the data is storing into the DB. But the problem is that, User ID is not increasing automatically into the DB and aren't retrieving the next user id in the User ID field of web page. Pls help me on this matter.
Thanking You.