|
|
[2003-10-28] The Low Down on the DropDownList Control Whenever I see a DropDownList control, my brain says "Yes! That is a ComboBox!" That's because I've been programming in Visual Basic 6.0 for too long. VB6 has something called a ComboBox. It was given that name because it could be used in different ways. That was way cool but whenever I had to write a help file or explain an application to a customer, I couldn't use the term "ComboBox" without them wrinkling their brow and frowning at me. The "combo" aspect of the control never made sense to users, only programmers. So I started calling it a drop-down list. That made more sense to the customer. No more wrinkled brows. No more frowns. (But sometimes in the middle of the night I would quietly whisper ... "ComboBox! ComboBox!").
[2003-10-09] How To Use Caching In ASP.NET In this article one will learn about concepts, advantages, types of caching and about implementation of caching in Asp.Net applications. The code also serves as an example of using inline coding, creating user controls, trace mechanism, etc.
[2003-10-06] Pre-compile Web Page And Hide It From Preying Eyes There are two main kinds of aspx files which we create in ASP.NET. The first one is created in VS.NET and it has the statement similar to this one at the top of the page :
|
|