Sep 30, 2009
The design view in Visual Studio can display glyphs and borders for the hidden non - graphic elements (such as div, span, form, and script elements). This feature helps you to see where the elements are and avoid inadvertently deleting the non-graphic...
4 comments
Tags: Visual Studio 2008VS2008VWDtips and tricksDesignerVisual StudioDeepak VermaVSTSVisual Studio 2008 SP1FormattingOptions
Sep 30, 2009
We've encountered several scenarios in which customers have multiple developers working on a single web application in Visual Studio. In such cases, it's not uncommon for each developer to be working on a portion of the application. There isn't any problem...
3 comments
Tags: ASP.NETIISVisual Studio
Sep 20, 2009
Creating a Web Application Project was possible only in VS standard SKU and above in VS 2008. But with VS 2008 SP1 we went ahead and added support for WAP and class libraries in Visual Web Developer Express edition SP1. You can now create WAPs by going...
3 comments
Tags: VWDtips and tricksVisual StudioWAPVisual Studio 2008 SP1
Aug 21, 2009
Master page for a Web form can always be set manually in the source code, but here is an option to select the master page while create the webform using the 'Select a Master Page' dialog. The path to select a Master page using the 'Select a master page...
6 comments
Tags: Visual Studio 2008VS2008VWDtips and tricksVisual StudioDeepak VermaVSTSMaster PagesVisual Studio 2008 SP1
Jul 23, 2009
You can use the Rearrange Commands dialog box to do this. To get there: Launch the Tools->Customize dialog. Now select the Commands Tab. Click on the Rearrange commands… button, and this will launch the dialog that will help you with arranging your...
9 comments
Tags: VWDtips and tricksVisual Studio
Jun 30, 2009
Visual Web developer 2008 SP1 supports multiple selection of controls on your designer using Ctrl+Click . You can see that the designer: Displays the primary selected control with a white tab. Button3 in the image below. Enable you to set property for...
4 comments
Tags: tips and tricksVisual StudioVisual Studio 2008 SP1
Jun 26, 2009
As you are developing your site, you may want to start at a particular page for testing your web site. By defaults, when you start debugging, Visual Studio runs the page that was currently in focus in your designer. If you set this page, Visual web Developer...
7 comments
Tags: Visual Studio 2008VWDtips and tricksVisual Studio
Jun 18, 2009
Following steps highlight how a Visual Studio 2005 Web application project can be migrated to Visual Studio 2008. Take backup of the original project Open Visual Studio 2008 Click File -> Open Project and browse to the folder to open the project You...
6 comments
Tags: Visual Studio 2008VS2008VWDtips and tricksVisual StudioDeepak VermaVisual Studio 2008 SP1