validating a URL

  • Thread starter Thread starter Paul
  • Start date Start date
P

Paul

Hi just wondering if there is a way to validate a URL entry in a web
application (using vs.net 2005 c#)? Any examples, what validator control?
thanks.
 
Hi just wondering if there is a way to validate a URL entry in a web
application (using vs.net 2005 c#)? Any examples, what validator control?
thanks.

Hi

asp.net have reqularexpression validator...
you can use that to validate web url...
in reqularexpression validator you got to set validationExpression
property...
there are lot of built in expression with the controls design time...

best of luck

Munna
 
Back
Top