download the application please visit www.mrbool.com/player
Title: Visual Studio C#-ASP.NET-ControlValidation 1
Duration:15.23 minutes
Summary: In this video (and the next), I am going to discuss the validation controls. When creating forms to collect user data, it is very critical that all the information entered by the user is validated before that data is saved in the storage medium (like a database). ASP.NET supports many validation controls. It also allows you to create your own. In this first video, we will create a form that asks the user for their name, position, years of experience, email address, and hire date. We create the form in a table. We customized a calendar that fits our design. In the next video, I am going to add the validation controls to the form.
Methodology of the development of example: Good coding standard and simplified design.
Technologies: ASP.NET 3.5
Keywords: Label, TextBox, table, Button, Calendar.