V
Vinod Kumar
Hi All,
I have a ASP.NET page with lots of web controls. Hence I
have a vertical scroll bar coming (which is natural
ofcourse).
The problem is I have a checkbox button at the bottom of
the page, for which I have AutoPostBack = true as I am
doing something when this conteol is checked/unchecked.
Since the autopostback is true, when it goes to server
and comes back, the UI page is scrolling up from its
present position. This will confuse the user as to where
he was originally before he clicked the checkbox.
Is there any way to prevent this scrolling back?
Thanks in advance.
Vinod Kumar
I have a ASP.NET page with lots of web controls. Hence I
have a vertical scroll bar coming (which is natural
ofcourse).
The problem is I have a checkbox button at the bottom of
the page, for which I have AutoPostBack = true as I am
doing something when this conteol is checked/unchecked.
Since the autopostback is true, when it goes to server
and comes back, the UI page is scrolling up from its
present position. This will confuse the user as to where
he was originally before he clicked the checkbox.
Is there any way to prevent this scrolling back?
Thanks in advance.
Vinod Kumar