M
Mark
Hi, I have a website that is created dynamically from informaiton pulled
from a SQL database.
The page is shown by getting the page ID from the querystring and then
retrieving the associated page text from the database and displaying this
information inside an aspx template.
e.g
index.aspx?id=1 // Shows the homepage
index.aspx?id=2 // Shows the contact page
etc
The person now wants bookmarks included at the top of the page.
I tried placing a <a name="bookmark">my bookmark</a> in the HTML code and
then placing this in the querystring
index.aspx?id=1#bookmark
but obviously, this will not work, so my question is how do I use bookmarks
in an database driven web site??
Thanks
Mark
from a SQL database.
The page is shown by getting the page ID from the querystring and then
retrieving the associated page text from the database and displaying this
information inside an aspx template.
e.g
index.aspx?id=1 // Shows the homepage
index.aspx?id=2 // Shows the contact page
etc
The person now wants bookmarks included at the top of the page.
I tried placing a <a name="bookmark">my bookmark</a> in the HTML code and
then placing this in the querystring
index.aspx?id=1#bookmark
but obviously, this will not work, so my question is how do I use bookmarks
in an database driven web site??
Thanks
Mark