Click here to Skip to main content
16,022,352 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how increment row of an existing table in asp.net using C# code ? can u give an example
Posted
Updated 2-Sep-11 2:11am
v2

1 solution

Your question is not clear enough.
If you have a primary key row id in your table and you set it to AutoIncrement, it will increment automatically everytime you enter a new row.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900