Justin Cooney
Web Development Tips and Examples
Category: WebForms
-
Rapid Application Development (RAD) offers huge advantages to developers under time constraints looking to get an application released as quickly as possible. Visual Studio 2010’s WebForms is a great environment to use when looking at possible RAD solutions. In this article I will cover the issue of using RAD with custom code to speed up…
-
When putting together a Web based form space can be at a premium. Select lists are typically auto-adjusted by your browser to be the length of the longest option in the list. But that just doesn’t work when space is tight and in many of my forms one doesn’t want the select list to automatically…
-
If you use (or want to use) .NET WebForms databinding then you know that dropdown lists can be tricky to populate and mange. For example, say you have a FormView control with an embedded DropDownList control that you want to bind and pre-select when someone views the form. It’s not immediately intuitive how to do…