ASP.NET 1.0 and 1.1 BasicsASP.NET discussion for users new to coding in ASP.NET 1.0 or 1.1. NOT for the older "classic" ASP 3 or the newer ASP.NET 2.0.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the ASP.NET 1.0 and 1.1 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
My page size is larger than the vertical screen limit .
Every time the page Postbacks, the Screen displays the Top of the
Page.
Instead I would like the page to reload to that position of the page
which was earlier on display.
How can It be Done ?
Second Question -
How Can I programatically force a page to reload/postback ?
For 1st one, u should save ur location area I mean ur label (<a>) Then use it in onload event, work a lottle sure u'll find out it.
And about Second put a button as a WebControl. By clicking that page will postback.