Click here to Skip to main content
15,891,253 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi there,

I am displaying data in a details view from my database, one of the fields holds web addresses entered my users.

I would want to have this web address field set as a link so that when I click on the item (web address), the website pops up in a new blank browser, please how can I go about this?

Yours faithfully

Martin
Posted
Updated 24-Jul-10 1:36am
v3
Comments
Dalek Dave 24-Jul-10 7:35am    
Edited for Readability and Syntax

Set the column as HyperLinkField[^].

Here is an example on how to use HyperLinkField in DetailsView [^]

Hope this helps! :thumbsup:
 
Share this answer
 
use either html anchor tag or asp.net hyperlink or link button as per you r requirement.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900