making hyperlink
- by Nikhil K
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# ?