Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: How to stop scrolling after every postback?


Message #1 by mudar@e... on Sun, 1 Dec 2002 12:18:57
Hi all,
Is there a way (or trick) to stop the page from scolling back to top after 
every postback? It is very hard to work this way with pages with long data.

Thanks in Advance
/Mudar
Message #2 by "Birger" <bry@p...> on Sun, 1 Dec 2002 14:48:57 +0100
SmartNavigation="true" in page language line should do it.

Ive just reinstalled my 'pc', so if you find someone else might benefit
from this, pls post it at p2p. 

-----Original Message-----
From: mudar@e... [mailto:mudar@e...] 
Sent: 1. december 2002 12:19
To: ASP.NET
Subject: [aspx] How to stop scrolling after every postback?


Hi all,
Is there a way (or trick) to stop the page from scolling back to top
after 
every postback? It is very hard to work this way with pages with long
data.

Thanks in Advance
/Mudar

Message #3 by mudar@e... on Mon, 2 Dec 2002 08:30:37
Thanks! that was easier than what I thought!! I was thinking about 
dynamically creating anchors then embed them in the url which simply means 
a nightmare!

> SmartNavigation="true" in page language line should do it.

Ive just reinstalled my 'pc', so if you find someone else might benefit
from this, pls post it at p2p. 

-----Original Message-----
From: mudar@e... [mailto:mudar@e...] 
Sent: 1. december 2002 12:19
To: ASP.NET
Subject: [aspx] How to stop scrolling after every postback?


Hi all,
Is there a way (or trick) to stop the page from scolling back to top
after 
every postback? It is very hard to work this way with pages with long
data.

Thanks in Advance
/Mudar

Message #4 by "Gonzalo Ruiz de Villa" <gonzalo.ruizdevilla@a...> on Mon, 2 Dec 2002 18:19:21 +0100
Just in case,

another way:
http://www.aspnetpro.com/features/2002/11/asp200211pj_f/asp200211pj_f.asp

-----Mensaje original-----
De: mudar@e... [mailto:mudar@e...]
Enviado el: lunes, 02 de diciembre de 2002 8:31
Para: ASP.NET
Asunto: [aspx] RE: How to stop scrolling after every postback?


Thanks! that was easier than what I thought!! I was thinking about 
dynamically creating anchors then embed them in the url which simply means 
a nightmare!

> SmartNavigation="true" in page language line should do it.

Ive just reinstalled my 'pc', so if you find someone else might benefit
from this, pls post it at p2p. 

-----Original Message-----
From: mudar@e... [mailto:mudar@e...] 
Sent: 1. december 2002 12:19
To: ASP.NET
Subject: [aspx] How to stop scrolling after every postback?


Hi all,
Is there a way (or trick) to stop the page from scolling back to top
after 
every postback? It is very hard to work this way with pages with long
data.

Thanks in Advance
/Mudar


Message #5 by "Arjen Oetomo" <arjeno@c...> on Tue, 3 Dec 2002 07:43:28
Isn't SmartNavigation buggy? I heard it has conflicts in some situations.

Arjen O.

> SmartNavigation="true" in page language line should do it.

Ive just reinstalled my 'pc', so if you find someone else might benefit
from this, pls post it at p2p. 

-----Original Message-----
From: mudar@e... [mailto:mudar@e...] 
Sent: 1. december 2002 12:19
To: ASP.NET
Subject: [aspx] How to stop scrolling after every postback?


Hi all,
Is there a way (or trick) to stop the page from scolling back to top
after 
every postback? It is very hard to work this way with pages with long
data.

Thanks in Advance
/Mudar


  Return to Index