Jun 17, 2009
With Visual Studio 2010 Beta1, we introduced a new feature called Web.Config transformation to help ease the development process of a web application. At different stages during the life cycle of a project, the user usually needs to modify some environment...
4 comments
Tags: VWDtips and tricksVisual StudioASP.NET
Jun 15, 2009
With Visual Studio 2008 RTM, JScript validation setting is an option on the HTML validation page on the Options dialog. Since Visual Studio 2008 SP1 and later, we added a new option page JScript on the Options dialog, see the blog "Introducing JScript...
3 comments
Tags: Visual Studio 2008tips and tricksASP.NETJScript
Jun 15, 2009
Select the lines you want to be commented in your ASPX, HTML, web config file etc and click on the Comment/ Uncomment icon in Toolbar. The comment icon looks like this: The icon for uncomment looks like: Alternatively you can use Keyboard...
3 comments
Tags: Visual Studio 2008tips and tricksASP.NET
Jun 12, 2009
Document Outline window can be launched from the menu View -> Document Outline , or via short cut key Ctrl-Alt-T . The Document Outline window displays a nested, hierarchical tree of the elements and scripts on the page. It gives you a good overview...
5 comments
Tags: Visual Studio 2008tips and tricksASP.NET
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
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