| Author |
Link to item on same page
|
|
|
| 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.
| |
| Shaun McDonnell 2006-04-30, 7:07 pm |
| I think your talking about an anchor - which is html related not ASP.NET.
Shaun C McDonnell
Solutions Architect
> 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.
>
| |
|
| So basically, I am going to have to create the HTML on the fly in the code
behind section to create the index.
"Shaun McDonnell" <shaun.mcdonnell@gmail.com> wrote in message
news:c33405859f42148c83aad40e86a22@msnew
s.microsoft.com...
>I think your talking about an anchor - which is html related not ASP.NET.
>
> Shaun C McDonnell
> Solutions Architect
>
>
>
|
|
|
|