I have a form that includes provision for adding an email address and a web URL and when posted goes to a MS SQL2000 DB. The data retrieves ok to another page but the email and URL are shown as text and not clickable links. What am I doing wrong?? I'm using VWD 2008 express. (.NET 2.0)
That's all they are to begin with. They won't be click-able until your program looks for them and wraps them in the appropriate <a> tags. Look at the way Snitz does it for some ideas.