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
May 31, 2009
Ctrl +Shift+W does the trick for you. This short cut is mentioned under File Menu -> View in Browser . So if you are still using Select File -> Right click for context menu and then selecting View in Browser as shown below, you may want to start...
1 comments
Tags: Visual Studio 2008VS2008VWDtips and tricksDesignerVisual StudioCSS and HTMLDevelopmentASP.NETReshmi MangaloreVSTSVisual Studio 2008 SP1Shortcuts
May 31, 2009
Open an existing web site in VWD. Open the page by double clicking on it in solution explorer to which you want to attach the existing style sheet in your web site. Now, switch to Design View of the page and bring up Select Style Sheet dialog by clicking...
0 comments
Tags: Visual Studio 2008VS2008VWDtips and tricksDesignerVisual StudioCSSCSS and HTMLVSTSFormat
Mar 31, 2009
Absolute positioning control(s) in the designer can seem confusing at first until you learn the visual cues. You can do one of the following two possible actions by dragging the control in the designer. Re-parent the control Change the controls position...
1 comments
Tags: Visual Studio 2008VWDtips and tricksDesignerASP.NETVSTSVisual Studio 2008 SP1
Nov 26, 2008
In VS 2005, you can drag and drop an extender control anywhere on the design surface. However, in VS 2008, you can drop an extender only on an ASP control which the extender can extend its functionality. When you drag an extender and hover it over a control...
1 comments
Tags: Visual Studio 2008VS2008VWDtips and tricksDesignerASP.NETVSTSAjax
Oct 30, 2008
Source View is the default view for the IDE when you edit a Web page. You can customize the IDE so that Design View is the default. Select the menu option : Tools – > Options… From the Options dialog tree select HTML Designer –> General Select Design...
1 comments
Tags: Visual Studio 2008VS2008VWDtips and tricksDesignerVisual Studio
Oct 29, 2008
To absolute position any control on your designer, you select the control and then select the following menu option: Format –> Position… ->Position style ->Absolute. Sometimes you may want the controls to be absolutely positioned on the...
1 comments
Tags: Visual Studio 2008VS2008VWDtips and tricksDesignerVisual StudioCSSCSS and HTML