I have a grid that show all records. When you click on a row it shows more details in a form control. When inserting a new row in the form, how do you get the grid to move to the new record. For instance you have 45 records in a table the show 10 rows at
a time. Wen on the first page I inset a new record in the form and after entering the row the grid stays on page one. I want the grid to jump to the newly entered record. I refresh the grid with the
GridView1.DataSourceID ="sqldatasource"
command. Then how do I move it to the just entered record?
Go to the complete details ...