4
Reply

C# ASP.NET APPLICATION

Mikee Gutierrez

Mikee Gutierrez

Jan 28 2016 11:24 PM
328
Create an asp.net application that has fields for name, transaction date (month, day, year), deposit, and withdraw.
• Name and transaction date are required field.
• Day must have a range validator (between 1 and 31).
• Please don't take into account at this time that some months have less than 31 days at this time.
• Have three buttons one to deposit, withdraw and one to clear.
• When you click deposit or withdraw it would show total in the form on a label.
• You would need to add appropriate styles. Your styles must be in an external style sheet.
• Lastly add a logo to your form.

Answers (4)