Positioning web page after edit or cancel event on datagrid
ASP.NET
3
Posts
2
Posters
0
Views
1
Watching
-
Is there a way to position a datagrid to the last edited or updated record on a web page after the event fires? I have several web pages that have extremely long datasets so you have to scroll down to get the bottom records and it's really annoying to have to scroll each time.
-
Is there a way to position a datagrid to the last edited or updated record on a web page after the event fires? I have several web pages that have extremely long datasets so you have to scroll down to get the bottom records and it's really annoying to have to scroll each time.
-
hi there, You can set the Page's SmartNavigation property to true to maintain users state. regards, vaibhav.