I've got this project i'm working on, I just started learning asp.net. pretty much i got the layout done but am lost because i don't know how to do anything other than that.
Quote
Requirements
Develop an ASP.NET page with the HTML form with the following form fields:
First Name: required; max. 25
Last Name: required; max. 25
Company: max. 50
Phone: must be 10; must be numeric.
Email: max. 50; must be in email format.
Credit Card Number: required; Master started with 5, Visa 4, Amex 3; last group of Master and Visa 4 digits, Amex 3.
Expiration Date: required; must be in month and year format.
Use ASP.net requiredfieldvalidator to validate the required form fields and regex to validate the rest of the validation requirements.
Use regex to reject the following metachacaters for all form fields: ^ $ \ / ( ) | ? + * [ ] { } ><
Develop an ASP.NET page with the HTML form with the following form fields:
First Name: required; max. 25
Last Name: required; max. 25
Company: max. 50
Phone: must be 10; must be numeric.
Email: max. 50; must be in email format.
Credit Card Number: required; Master started with 5, Visa 4, Amex 3; last group of Master and Visa 4 digits, Amex 3.
Expiration Date: required; must be in month and year format.
Use ASP.net requiredfieldvalidator to validate the required form fields and regex to validate the rest of the validation requirements.
Use regex to reject the following metachacaters for all form fields: ^ $ \ / ( ) | ? + * [ ] { } ><
the main thing i don't know how to do is the credit card portion and using regex to reject certain metacharacters. is there a drag and drop in visual studios for this or any tutorial instructing me how to do this?
Edited by e4tmonkieshyt, 05 June 2010 - 06:08 AM.


Sign In
Create Account

Back to top









