page refresh

  • Thread starter Thread starter Patrick Nolan
  • Start date Start date
P

Patrick Nolan

**C# Web App**

How do I keep my pages from returning to the top of the page when my users
click on a control such as a
submit button. After clicking the button, I would like the page to return
to the same place where the user
clicked the button.
Thanks,
Patrick

(e-mail address removed)
 
In the html view of your page modifiy the @Page directive (top of the page)
to have the following attribute:

SmartNavigation="true"

This will allow your users to click items on your page and when the reponse
returns it will position them back where they were.

Brian Parlier


Patrick Nolan said:
**C# Web App**

How do I keep my pages from returning to the top of the page when my users
click on a control such as a
submit button. After clicking the button, I would like the page to return
to the same place where the user
clicked the button.
Thanks,
Patrick

(e-mail address removed)




----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeed.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= 19 East/West-Coast Specialized Servers - Total Privacy via Encryption
=---
 
Back
Top