How to maintain row position in Gridview inside the panel?
Web Development
1
Posts
1
Posters
0
Views
1
Watching
-
Hi Guys, I hope some of you already encountered this scenario when placing the GridView inside the Panel. I actually place my GridView inside the Panel to have a scrollbar. I used the panel in order for me to control the height of gridview through the Panel. But my problem is whenever I edited something on the gridview, let's say editing the row# 50, the row will refresh and always back to row# 1, which is incorrect. How can I maintain the gridview row# when I click on the "Edit" (Edit mode)? I actually tried using the MaintainScrollPositionOnPostback=true, but it won't stop the problem. Any idea, how to correct it? By the way I am using ASP.Net 2.0/Ajax (vb.net coding)
hifiger2004