August 2008 - Posts
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
Read More...
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
Read More...
As a web developer one of the things that might be interesting to you is to view your page in different browsers. Here is how you do this from within Visual Studio: 1. Open your web site in Visual Studio. Select the page and right click to bring up the
Read More...
Split View is a new view option available in Visual Studio 2008 in addition to the existing “Design View” and “Source View”. With Split View option selected, you can have your HTML View and Design View side by side. This would make it a lot
Read More...