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

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Disable SmartNavigation on one tabDisable SmartNavigation on one tab
Previous
 
Next
New Post
11/9/2006 8:11 AM
 
Afternoon all,

It seems like DNN has SmartNavigation turned on which is great for most of my pages but one of my controls is a paging control.

So now when the user hits next page at the bottom of the page it goes to the next page and then scrolls down to the bottom? How can I stop that from happening?

Thanks,
Gavin
 
New Post
6/29/2009 4:32 AM
 

Hi Gavin,

this is a very old post, but i'm going to try ask if you got this working and see what happens!

I have the same problem!  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:04 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
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...Disable SmartNavigation on one tabDisable SmartNavigation on one tab


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