[ASP.NET] maintainScrollPositionOnPostBack in web.config
Attributo dell’elemento pages veramente molto utile; spiegazione tratta da MSDN
EN
Optional Boolean attribute.
Specifies whether to return the user to the same position in the client browser when pages are posted back to the server. If False, the user is returned to the top of the page on a postback.
This attribute is new in the .NET Framework 2.0.
The default is False.
IT
Attributo Boolean facoltativo.
Specifica se far tornare l’utente nella stessa posizione del browser del client quando viene eseguito il postback delle pagine al server. Se impostato su False, con il postback l’utente torna all’inizio della pagina.
Questo attributo è nuovo in .NET Framework 2.0.
Il valore predefinito è False.
Categorie:ASP.NET