Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0On PotBack How to set scroll position at topOn PotBack How to set scroll position at top
Previous
 
Next
New Post
12/22/2008 3:30 AM
 

I have created a custom module which is a simple sumittion form.
Ths form contains "Submit" and "Clear" buttons.
This form have around 50 rows, So there is verticle scroll on the page when view in browser.
After filling the form when i clicks on "Submit" button  page postbacks and page scroll position remains at the bottom of the page.I think it's DNN inbuilt property to maintain scroll position.

 

But i want to focus on top the page  ( set scroll position at top) after form submittion.

Please provide any idea ???

 
New Post
6/29/2009 4:27 AM
 

I'm looking for the same answer!  Can someone please help here.

I have tried this in my modules Page_Load method, but no luck

Page.MaintainScrollPositionOnPostBack = false;
Page.SmartNavigation = false;

I want postbacks to scroll to the top, also tried adding javascript in the page (module ascx file) and nothing I do works!  the page keeps scrolling down the bottom, this is very frustrating as it give my module poor usability.

Any pointers in the right direction appreciated!

Thanks,

Tim


NetPotential
Web Design Auckland: www.netpotential.co.nz
 
New Post
6/29/2009 5:02 AM
 

I found the answer in another forum post (lost the link to it, sorry!)

here is the solution which worked for me:

in Page_Load (of module)

try
            {
                HtmlInputHidden hdnTop = (HtmlInputHidden)this.Page.FindControl("ScrollTop");
                hdnTop.Value = "0";
            }
            catch { }

(Obviously this is C# - easy to convert to VB though)


NetPotential
Web Design Auckland: www.netpotential.co.nz
 
New Post
6/29/2009 10:57 AM
 

I believe server-side is best in this case, but you may also have interest in the client-side (javascript) solution linked in this thread:
 
   http://www.dotnetnuke.com/Community/Forums/tabid/795/forumid/108/threadid/307958/scope/posts/Default.aspx

-mamlin


esmamlin atxgeek.me
 
New Post
6/30/2009 11:01 PM
 


Cheers and we look forward to your Forum Favourites selections!
 


[url=http://pret-auto.org][color=#F6F6F6][u]pret auto[/u][/color][/url]

 
Previous
 
Next
HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0On PotBack How to set scroll position at topOn PotBack How to set scroll position at top


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out