i had a gridview and it is having 5 textboxes in a row when user enters text into text boxes i am storing into the database
and again binding it to the database using javascript xml http requests and adding one more row to the gridview it all goes well when user enter data into text boxes and click addnew row empty row is displaying on the top of the gridview but i need to display in the bottom of the grid view and the existing data need to...