|
|
|
start date: Mon, 13 Aug 2007 10:53:54 +0500,
posted on: microsoft.public.dotnet.framework.aspnet
back
| Thread Index |
|
1
luqman
|
|
2
Masudur
|
Page scrolls up on update ?
Whenever I Insert or Update the GridView Control, the page scrolls up.
I have about 50 Rows in GridView and say, when I edit the Row No. 45 and
click on Update Button of the GridView, the page refreshes itself and goes
to the top row, how can I restrict this Page to position to the last edited
Row. Is is something related to ViewState Property ?
Best Regards,
Luqman
Date:Mon, 13 Aug 2007 10:53:54 +0500
Author:
|
Re: Page scrolls up on update ?
On Aug 13, 11:53 am, "luqman" wrote:
> Whenever I Insert or Update the GridView Control, the page scrolls up.
>
> I have about 50 Rows in GridView and say, when I edit the Row No. 45 and
> click on Update Button of the GridView, the page refreshes itself and goes
> to the top row, how can I restrict this Page to position to the last edited
> Row. Is is something related to ViewState Property ?
>
> Best Regards,
>
> Luqman
Hi...
set your pages MaintainScrollPositionOnPostback attribute to true...
Thanks
Md. Masudur Rahman (Munna)
Kaz Software Ltd.
www.kaz.com.bd
http://munnacs.110mb.com
Date:Mon, 13 Aug 2007 06:05:20 -0000
Author:
|
|
|