MS SQL & VS – Important Validations

We Getting There 😎

To get things started right for this latest momentous update, I've found this awesome mix produced by One Star that I wanted to share with everyone as we take a brief look at some of the progress just made with the web app template.

Please to enjoy πŸ™‚

22-05-16-01

Default Server-Side Validations

The first set of important validations that can be added to a web app form involves the basic checks for empty fields and the correct data types being used. In the example on the left here, we can see that when I didn't add anything, the system threw error messages at me, letting me know that something was wrong with individual fields.

Important Custom Validations

The more interesting cases are where I also want to be able to check for particular things and manage those right too. In this example show on the right, I check for specific combinations of entries that the system should expect based on user input and system requirements as well. The errors shown here have been elaborated with the addition of an error summary section at the top of the web form.

22-05-16-02
22-05-16-03

When The System Works

Once the system checks for both standard and custom validations, it then outputs the expected result as shown in this example capture on the left.

See? Progress πŸ™‚

Until next time, stay awesome as always.

EMH