Hello Guys!
I have a mysql table which is connected with aspx page in grid view, in the connected table i have assigned Serial number column as Primary key and as well in auto increment, by using the delete option in grid view i have deleted some rows but the serial numbers which i deleted are still like empty and its not assigned for next data. Is it because of the primary key? need help!
thanks in advance
I have a mysql table which is connected with aspx page in grid view, in the connected table i have assigned Serial number column as Primary key and as well in auto increment, by using the delete option in grid view i have deleted some rows but the serial numbers which i deleted are still like empty and its not assigned for next data. Is it because of the primary key? need help!
thanks in advance
Comment