Welcome to MSDN Blogs Sign in | Join | Help

News

  • These postings are provided "AS IS" with no warranties, and confer no rights. Use of included code samples are subject to the terms specified Terms of Use

Browse by Tags

All Tags » tips and tricks   (RSS)
Tip#97: Did you know… How to Display Hidden Information in Design View
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 Read More...
Tip#96: Did you know…You could publish your SQL databases using the SQL Publishing Wizard?
You can use the SQL Publishing wizard in VS 2008/VWD 2008 to deploy a local database from your development machine to a hosting environment on a remote machine. This is how you will accomplish this: Step 1: Create a new web site by selecting menu File Read More...
Tip #95: Did you know… That Web Application Projects and Class libraries are now available in Express edition?
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 Read More...
Tip #92: Did you know … How to select a master page using 'Select a Master Page' dialog?
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' Read More...
Tip #90: Did you know … How to rearrange menu items in Visual Web Developer?
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 Read More...
Tip #89: Did you know…You could customize Toolbars in Visual Web Developer?
Visual Web Developer by default shows the standard toolbar. To expose the remaining tool bars, you will have to right click on the standard tool bar area. This will bring up the list of all toolbars available. Select in this list to show or hide toolbars. Read More...
Tip #88: Did you know… To not stress your server, limit the number of concurrent requests
The other day somebody ask me if there was a way to limit the amount of work that Site Analysis in IIS SEO Toolkit would cause to the server. This is interesting for a couple of reasons, You might want to reduce the load that Site Analysis cause to your Read More...
Tip #87: Did you know… How to reuse a web page by converting into an ASP.NET User Control?
If you want to reuse a web form's content in other places in your application, you can easily convert the page into an ASP.NET User Control. Then you can add that user control to any other page. For example, you have a page in your application that looks Read More...
Tip #86: Did you know… Visual Studio has several different search options?
The standard methods for searching can be found under the Edit --> Find and Replace menu. The “Quick Find” method (Ctrl+F) allows users to search inside of the current document, all open documents, the current project, the entire solution, and the Read More...
Tip#85: Did you know… You can now do Multiple Selection of controls in your Designer with VS 2008 SP1?
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 Read More...
Tip #84: Did you know… How to set a Start page for your Web Site in Visual Web Developer?
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 Read More...
Tip #82: Did you know... How to migrate Visual Studio 2005 Web Application Project to Visual Studio 2008
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 Read More...
Tip #81: Did you know... How to Select the CSS Schema for Intellisense and CSS Properties?
In Visual Studio 2008, there is a Style Sheet Toolbar (visible only when a CSS file is active) which allows the user to select a CSS Schema, as seen in this screen shot:   However, this setting only affects the CSS editor, not the Intellisense in Read More...
Tip #80: Did you know… How to show JScript validation errors as warnings?
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 Read More...
Tip #79: Did you know… How to quickly comment and uncomment in your web pages?
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 Read More...
More Posts Next page »
Page view tracker