Hi
I have a gridview with the serial no ,
I want to increment the serial no automatically when i insert new row
How can i ?
Thamks in advance
For that you need to design the table in such a way that your Id column must be integer and must have identity set to true
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.