-
-
7:52
»
ASP.NET Daily Articles
Scott Mitchell shows us how to know if the Caps Lock is on while writing to a lable
-
-
7:52
»
ASP.NET Daily Articles
While the GridView supports built-in, bi-directional sorting, it does not provide any visual feedback as to what column the grid is sorted by. This article looks at how to add an up or down arrow image to the header of the column the GridView is sorted by.
-
-
6:52
»
ASP.NET Daily Articles
In this article we will see how to use the GroupTemplate and GroupItemCount properties to instruct the ListView control to render different encasing markup for every n records. We will look at two demos: one that renders records into a series of ordered lists, and another that illustrates how to display data in a multi-column table. Read on to learn more!
-
-
6:52
»
ASP.NET Daily Articles
The ListView control, new to ASP.NET version 3.5, allows for a great detail of control over the rendered output (like the Repeater control), but still offers the plethora of built-in data features found in the GridView, DetailsView, and FormView.
This article, the first in a series of articles on the ListView and DataPager controls, looks at the ListView's many available templates and illustrates how to display data. Read on to learn more!
-
-
6:52
»
ASP.NET Daily Articles
Imagine you had just installed a new program to help prepare your taxes and, not wanting to bother with reading the instructions or help files, needed to figure out how to start entering the needed information. What would you do to get started? You'd likely scan the user interface, looking for a toolbar or menu. If the software program you installed was well-designed, it should be relatively easy to find out how to get started. The reason many computer programs are easy is due to the homogeneity of their user interfaces. We're accustomed to programs having a menu and a toolbar. We know that there will, at minimum, be menu items named File, Edit, and Help.