Sunday, February 12, 2012

auto increament

how to auto increament fieldname id which is set as a primary key in sqlserver 2005 inasp.net2.0

You can't really do this from within ASP.NET. The only real way to do this is to change your key to be an identity field within SQL server.

No comments:

Post a Comment