Possible Duplicate:
C# How can I check if a URL exists/is valid?
Work on C# vs2010.
Want to check url are valid or not .Suppose I have three url like www.google.com,www.ggg.com,www.gef.com .
When I brows on www.google.com =if page available then I want a response , this page is valid and url is valid.
When I brows on www.ggg.com or www.gef.com =if page not available then I want a response ,this page is not valid and url is not valid.
Is it possible ?Is there any idea ,or suggestion to solve this problem? Thanks in advance ,if have any query plz ask.