Wizard control (v2.0)

  • Thread starter Thread starter Mantorok
  • Start date Start date
M

Mantorok

Hi

I have a wizard control and I want to maintain scroll position but the
problem is that when I click Next on the wizard it retains the position on
the page it is navigating to and this could be half-way down the page.

The problem is I have postbacks in the controls in the wizard so I need to
maintain the position.

Is there anyway to work around this?

Thanks
Kev
 
in client script, set the focus to the desired control, and scroll it into
view. see the w3c dom documentation.

-- bruce (sqlwork.com)
 
At what stage would this be performed?

Kev

Bruce Barker said:
in client script, set the focus to the desired control, and scroll it into
view. see the w3c dom documentation.

-- bruce (sqlwork.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top