Contents tagged with Visual Studio 2008
-
Tip#102: Did you know… How to specify tag specific formatting
Let’s see this with an example. I have the following html code on my page.

-
Tip#101: Did you know… How to scope Theme
Themes are a way to define properties of pages and controls, and can be used to provide consistent look across pages. There are several different levels of applying a theme to an individual control, a page, or an application.
-
Tip#100: Did you know… How to view ASP.NET trace information?
You can enable ASP.NET tracing either at an Application level or at a page level; see Tip# 77: Did you know… How to enable Page Level Tracing for your ASP.NET pages? for more information.
-
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 elements from your page while editing.
-
Tip#96: Did you know…You could publish your SQL databases using the SQL Publishing Wizard?
-
Tip #92: Did you know … How to select a master page using 'Select a Master Page' dialog?
-
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.
-
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.
-
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.
-
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: