The ASP.NET Framework contains over 70 controls.
You should always assign an ID attribute to every control even when you don’t need to program against it.
. Standard Controls—The standard controls enable you to render standard form elements such as buttons, input fields, and labels.
. Validation Controls—The validation controls enable you to validate form data before you submit the data to the server. For example, you can use a RequiredFieldValidator control to check whether a user entered a va...
No comments yet, be the first one to post comment.