Jun 11, 2009
Enabling tracing at page level gives you a bunch of information that can be useful while debugging your application.Tracing helps understand which control uses more view state, start/end of PreInit, start/end of Init, start/end of Render, etc. This...
1 comments
Tags: Visual Studio 2008tips and tricksASP.NET
Jun 09, 2009
Some times as you are building your web page, you may want to hide all the non-visual controls like Timer control so that the page looks close to how it would be rendered on your browser. Our Designer can toggle between displaying and not displaying Non...
2 comments
Tags: Visual Studio 2008tips and tricksDesignerASP.NET
Jun 08, 2009
When web pages are posted back to the server, by default user is returned to the top of the page. On a large web page, you might have a requirement to scroll down the user automatically to the last position on the page. MaintainScrollPositionOnPostBack...
4 comments
Tags: tips and tricksVisual StudioASP.NETDeepak Verma.NET
Jun 05, 2009
Tip#62 showed you how to add an AJAX Control Toolkit to your Toolbox. Once you have the toolkit here is how you proceed: 1. Switch to Design View of the page and drag drop ScriptManager control from the AJAX Extensions tab of toolbox to the designer....
3 comments
Tags: Visual Studio 2008tips and tricksDesigner
Jun 03, 2009
IIS Search Engine Optimization (SEO) Toolkit Beta – is a free toolkit that helps Web developers, hosting providers, and server administrators improve their sites’ relevance in search results by recommending how to make them more search engine-friendly...
1 comments
Tags: tips and tricksIISDeepak VermaSEOWeb PI
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
May 29, 2009
It's a nice time saver if you would like the HTML editor to automatically add quotes for the attribute values while you are typing. To set this option select Tools->Options. Check Show all settings. From the left pane select Text Editor -> HTML...
2 comments
Tags: Visual Studio 2008tips and tricksDeepak VermaEditorHTML