Click here to Skip to main content
16,016,537 members

Comments by PaddyM (Top 3 by date)

PaddyM 11-Feb-14 5:33am View    
Really?? You took the time to write a post to ask what a web service is used for! Google man, Google.
http://www.w3schools.com/webservices/ws_intro.asp
http://www.tutorialspoint.com/webservices/what_are_web_services.htm
PaddyM 16-Jan-14 11:29am View    
Have you added the ControlToValidate property to your RegularExpressionValidator?

Edit:
You would have added it already because it cannot be left blank, but have you pointed it to the correct control?

Post your code please!
PaddyM 16-Jan-14 11:01am View    
Your expression should not find a match if digits are entered.
Can you post the code for your button click.