Click here to Skip to main content
15,894,907 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
Have a problem with grid bind.
The data which I insert in the grid, it takes any random row.
Whereas, what I want is the inserted data to occupy the very first row.
Thanks any help will be appreciated.
Posted

1 solution

When you insert the data in database add a datetime column and insert the datetime of insertion along with the record, now while retreiving the data sort the data by that datetime column in descending order.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900