making hyperlink

Posted by Nikhil K on Stack Overflow See other posts from Stack Overflow or by Nikhil K
Published on 2010-03-26T13:20:41Z Indexed on 2010/03/26 13:23 UTC
Read the original article Hit count: 218

Filed under:

I have an arraylist (eg: h1) contain some urls. eg: http://www.google.com,http://www.yahoo.com,http://www.xyz.com,.....

How can i put hyperlinks to each elements in that arraylist in c# ? Means by clicking on that url it should navigate to corresponding website.Can you give an example??

Also, how can i use 'Hyperlink' keyword in c# ?

© Stack Overflow or respective owner

Related posts about ASP.NET