Hello all,
I have an asp page that displays data from an Access Database and I want to know how can I make a specific field a link so my users can click and update the record corresponding to what's display. Thanks all Tony
Are you displaying the data in a form or just as text? Do you want the user to click on a link which will bring them to a page where they can update the record. Do you want the values to be invisible ( i.e. not shown in a query string )
The simplest way to do is, add A HREF while Writing with Response.
ANother simple but not the right way is to store the A HREF along with the value in the table. While fetching you can eliminate using the Replace() function.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.