Contents tagged with Visual Studio 2008 SP1
-
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 #95: Did you know… That Web Application Projects and Class libraries are now available in Express edition?
-
Tip #92: Did you know … How to select a master page using 'Select a Master Page' dialog?
-
Tip#85: Did you know… You can now do Multiple Selection of controls in your Designer with VS 2008 SP1?
-
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 #69: Did you know…The keyboard shortcut for View in Browser?
-
Tip #67: Did you know the list of ASP.Net MVC shortcuts?
Add Controller (Ctrl-M Ctrl-C)