Justin Cooney
Web Development Tips and Examples
Category: VB.NET
-
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…
-
If you are building an Outlook Add-In application with Visual Studio, it’s likely that at some point you will want programmatic control over the information that Outlook shows in a specific email folder. For instance, let’s say that you have code that automatically backs up sent emails to a custom folder hierarchy. So if the…
-
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…