Software Development Network>> Visual Basic>> how to validation
hi,
can any body guide me how validate a the entered text in the textbox is the url or email address
Regular expressions:
http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpguide/html/cpconCOMRegularExpressions.asp
http://msdn2.microsoft.com/en-us/library/system.text.regularexpressions.regex.aspx
Email address and URL sample found here:
http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpguide/html/cpconregularexpressionexamples.asp
how to validation
Ravidhari
Regular expressions:
http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpguide/html/cpconCOMRegularExpressions.asp
http://msdn2.microsoft.com/en-us/library/system.text.regularexpressions.regex.aspx
Email address and URL sample found here:
http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpguide/html/cpconregularexpressionexamples.asp
NickoM