Display data as URL String

  • Thread starter Thread starter cs_in_va
  • Start date Start date
C

cs_in_va

I have a database that lists the company and website. The entry in
the website is like "http://www.mysite.com, but when the information
is displayed in a gridview it is not "clickable" meaning that if they
try and click on it to go to the web site it does not work.

I need to make the entries in the website column like a typical URL
link and when someone clicks it, a new window will open and go to the
web site.

Thanks
 
I have a database that lists the company and website. The entry in
the website is like "http://www.mysite.com, but when the information
is displayed in a gridview it is not "clickable" meaning that if they
try and click on it to go to the web site it does not work.

I need to make the entries in the website column like a typical URL
link and when someone clicks it, a new window will open and go to the
web site.

http://www.google.co.uk/search?sour...Z_en-GBGB252GB252&q=GridView+hyperlink+column
 
Back
Top