I have a populated table and would like to store a link in a field. I am populating an html table from the table and want the value of the field to be a clickable link....is this possible? :-/

How are you generating the HTML table ? PHP, ASP, ASP.NET ?

Basically though yes you can store the string
'<a href="somepage">click me</a>' in a nvarchar field for example.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.