Scrolling down the page

  • Thread starter Thread starter simon
  • Start date Start date
S

simon

I have link which redirects me to the aritcles of some category:
href='articles.aspx?categoryId=6&aricleId=8'
How can I scroll down the page, when the page is loaded to the article with
id=8?

I have articles shown with repeater control.
Is there some kind of counter with repeater control?
To show the running number of the article?

Thank you,
Simon
 
...
I have link which redirects me to the aritcles of some category:
href='articles.aspx?categoryId=6&aricleId=8'
How can I scroll down the page, when the page is loaded to the article with
id=8?

Can you not use the standard html <a name > tags for that?

Regards

Rob
 

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