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 be displayed at the top of the gridview any help to solve this problem and also any samples to achieve this task
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 be displayed at the top of the gridview any help to solve this problem and also any samples to achieve this task
Comment