Sep 01, 2008
ListView control has built in capability to sort data. Please refer to Tip#5 to get started with Databinding of list view control. Once that is done, we can move on to sorting the ListView data with the following steps. 1. Add a button control inside...
0 comments
Tags: Visual Studio 2008VS2008VWDtips and tricksVisual StudioASP.NET
Aug 26, 2008
One of the cool features in Visual studio is the Tag navigator which is available both in design and source view modes. The tag navigator appears at the bottom of HTML Editor. Here is how it looks when you open up a page in Visual Studio: In the picture...
0 comments
Tags: Visual Studio 2008VS2008VWDtips and tricksVisual StudioCSS and HTML
Aug 20, 2008
ListView control is a new data control that is available with Visual Studio 2008. Using this control you can easily do Insertion, Deletion, Editing, Paging and Sorting of Data. This controls also gives you the flexibility of displaying data in various...
0 comments
Tags: Visual Studio 2008VS2008VWDtips and tricksVisual Studio