Valid web address

  • Thread starter Thread starter aroraamit81
  • Start date Start date
A

aroraamit81

Is there any way by which I can validate fora valid web
address...............

Regards,
Amit Arora
 
Well, you can always try to make an HttpWebRequest to the resource. But
this is no guarantee that the page exists as the server is free to return
whatever it wants. I have seen some sights that return a 404 custom page
but does not flag it with an actual 404 response code.
 
No, I just want an authentication saying this is could valid or invalid
web address, like we make a validation for valid or invalid email
address.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Dynamic Menu 6
Automatic Scrolling 4
ASPHyper link problem 2
Hyper Link in DataGrid 3
Web Menu 7
Retaning state of Dynamically Created Controls in ASP.NET. 3
Session Conflict 7
.NET Framework 2.0 1

Back
Top