Posts categorized 'Web Forms'
Error Handling Within Your Asp.Net Web Application
As you build out your Asp .Net web application, one portion of the application that is usually overlooked is error handling. Few developers take the time to build clean code and then build adequate error handling in the event that an unhandled error is found. Error handling can be done very easily with...
Continue reading "Error Handling Within Your Asp.Net Web Application"
Asp.Net Checkbox Validation
When building out an Asp .Net web application, very often you need to require that the user check a box saying they agree to the "Terms and Conditions" of the website. Within the Asp .Net framework, there are many validators but non that inherently validate a checkbox control. After doing research...
Continue reading "Asp.Net Checkbox Validation"
Web Forms And The Default Submit Button
Building secure and robust web forms can be a difficult process because of the numerous different issues that need to be tracked and controlled. Once such issue is the default button on your form. Typically a user will fill out your web form and hit the enter button at the end to submit the form. In...
Continue reading "Web Forms And The Default Submit Button"
