Description: ASP.Net simplifies many things but data binding simple controls like textboxes and checkboxes leaves a lot to be desired. Databinding is one-way only and you end up doing lots of repetitive work to publish your data. In this article I'll show you how simple databinding in .Net works and then show how to create custom controls that implement two-way binding to make short work of creating databound forms. Platform(s): All
Price: Free
Visits: 951
(~ 1/day)
Rating: (2.33 after 3 votes)
Description: This article shows how to validate the required fields of a form, and if any of them are not valid, how to send the user back to the form, with that field in red color. Platform(s): All
Price: Free
Visits: 1247
(~ 1/day)
Rating: (3.60 after 10 votes)
Description: This article shows two ways to validate e-mail addresses. The validation is not limited to finding "@" and "." in the address. There are higher concepts of validating the mail server. Platform(s): All
Price: Free
Visits: 935
Rating: (3.20 after 5 votes)