I have a datalist that is displaying a list of all the reports available to my management staff. There are various ways to filter it, but one request has been to list all of them on one page "just in case." There are over 400 of them.
What I want to do is list them alphabetically and have an Alphabet of hyperlinks at the top of the page. It would look like this:
A | B | C | D | E ..... etc.
When the user clicks on 'M' I would like to jump down to the first report that begins with the letter 'M'. Right above the M's I would also like a 'Back to Top' link. This is a very easy task to do in strait HTML, but I can't figure out how to get it work with a datalist or datagrid.
If anyone has any ideas, I would really appreciate it.
Thanks,
Derek
What I want to do is list them alphabetically and have an Alphabet of hyperlinks at the top of the page. It would look like this:
A | B | C | D | E ..... etc.
When the user clicks on 'M' I would like to jump down to the first report that begins with the letter 'M'. Right above the M's I would also like a 'Back to Top' link. This is a very easy task to do in strait HTML, but I can't figure out how to get it work with a datalist or datagrid.
If anyone has any ideas, I would really appreciate it.
Thanks,
Derek