Display data as URL String

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • cs_in_va

    Display data as URL String

    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
  • Mark Rae [MVP]

    #2
    Re: Display data as URL String

    "cs_in_va" <admin@pluginfo rsuccess.comwro te in message
    news:8f9f46f7-e97c-4599-bf99-a41c84af25b7@e6 g2000prf.google groups.com...
    >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.



    --
    Mark Rae
    ASP.NET MVP


    Comment

    Working...