Hi to all,
I want to how to collect multiple URL , Using generic list in asp.net. I am using a single .aspx page , in this page more than one url's using .
my concern is how to find multiple URL's from single .aspx page
Like example : Steps
1. open a msdn.com
2. in this home page using multiple url like that.
3. I want to how to collect all url's in a generic list in asp.net code behind.
4. all urls collect as a items in a list.
Thanks,