Link to item on same page

  • Thread starter Thread starter LeoS
  • Start date Start date
L

LeoS

What is the ASP.NET 2.0 way to create a link to an item on the same page? I
am creating data driven pages that have a datalist populated with all the
items for a particular page and at the top of the page I would like to
create an index that scrolls the user to that item on the page without a
postback.
 
I think your talking about an anchor - which is html related not ASP.NET.

Shaun C McDonnell
Solutions Architect
 
So basically, I am going to have to create the HTML on the fly in the code
behind section to create the index.
 

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