Sign in
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
.NET
Ajax
Anh Phan
ARR
ASP.NET
ASP.NET MVC
Automatic
Bala Chirtsabesan
Build
Canonical URL
Configuration Editor
CSS
CSS and HTML
Data
Database
Debug
Deepak Verma
Designer
Development
Dynamic Data
Editor
Export
Failed Request Tracing
FastCGI
Formatting
FRT
ftp
Hotlinking
HTML
IIS
Import
Intellisense
IntelliTrace
JavaScript
Jimmy Lewis
Joe Cartano
JScript
Mark Berryman
Master Pages
MVC
MVC 2
One-Click Publish
Options
Package
Paste
Per Tag Options
Perfomrance
Performance
PHP
Publish
Ranjini Mathrubootham
remote connection
Reshmi Mangalore
SEO
Settings
Shortcuts
tips and tricks
Tools
URL Redirect
URL Rewrite
Validation
Visual Studio
Visual Studio 2008
Visual Studio 2008 SP1
Visual Studio 2010
VS 2010
VS2008
VSTS
VWD
WAP
Web Deployment
Web PI
Windows 7
Xinyang Qiu
Browse by Tags
MSDN Blogs
>
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
>
All Tags
>
visual studio 2008 sp1
Tagged Content List
Blog Post:
Tip#102: Did you know… How to specify tag specific formatting
Web Development Tools Microsoft
Let’s see this with an example. I have the following html code on my page. Now if I format the document by selecting Edit –> Format document (or Ctrl K, Ctrl D) The document becomes I want the content inside td should remain on the same line after formatting the document. Following steps would...
on
25 Mar 2010
Blog Post:
Tip#101: Did you know… How to scope Theme
Web Development Tools Microsoft
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. Control Level Define a named skin (an entry in a .skin file having the...
on
25 Jan 2010
Blog Post:
Tip#100: Did you know… How to view ASP.NET trace information?
Web Development Tools Microsoft
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. With the tracing enabled, you can view the trace output in a trace viewer by navigation to trace.axd from the...
on
18 Dec 2009
Blog Post:
Tip#97: Did you know… How to Display Hidden Information in Design View
Web Development Tools Microsoft
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. To enable...
on
30 Sep 2009
Blog Post:
Tip #95: Did you know… That Web Application Projects and Class libraries are now available in Express edition?
Web Development Tools Microsoft
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 to File –> New Project. Reshmi Mangalore SDET...
on
20 Sep 2009
Blog Post:
Tip #92: Did you know … How to select a master page using 'Select a Master Page' dialog?
Web Development Tools Microsoft
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' dialog is different for a Web application project...
on
21 Aug 2009
Blog Post:
Tip#85: Did you know… You can now do Multiple Selection of controls in your Designer with VS 2008 SP1?
Web Development Tools Microsoft
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 the selected controls using Property Grid. Note that...
on
30 Jun 2009
Blog Post:
Tip #82: Did you know... How to migrate Visual Studio 2005 Web Application Project to Visual Studio 2008
Web Development Tools Microsoft
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 will receive the following conversion wizard to...
on
18 Jun 2009
Blog Post:
Tip #67: Did you know the list of ASP.Net MVC shortcuts?
Web Development Tools Microsoft
Add Controller (Ctrl-M Ctrl-C) Add Controller is a simple dialog box that lets you quickly add controllers to ASP.Net MVC Applications. Right-Click the 'Controllers' folder or simply press Ctrl-M Ctrl-C to invoke this dialog. Add View (Ctrl-M Ctrl-V) The Add View is the easiest way to add...
on
31 May 2009
Blog Post:
Tip#65: Did you know...How to quickly create a GridView that is hooked up to a SQL table?
Web Development Tools Microsoft
In Tip#64, we showed you how to convert a GridView's bound fields into template fields. In this tip, we will show you how to quickly create a GridView that is hooked up to a SQL table. Typically, if you want a GridView then you need to add it to the page, and then add the datasource and hook the two...
on
27 May 2009
Blog Post:
Tip#64:Did you know … How to convert a GridView column from asp:BoundField to asp:TemplateField in Design View?
Web Development Tools Microsoft
Assume that you already have a data source SqlDataSource1 that binds to a simple query returning some details from the Customers table. <asp:SqlDataSource ID= "SqlDataSource1" runat= "server" ConnectionString= "<%$ ConnectionStrings:MyConnectionString %>"...
on
27 May 2009
Blog Post:
Tip#62: Did you know… How to add Ajax Control Toolkit to the toolbox?
Web Development Tools Microsoft
Steps to add Ajax Control Toolkit for Framework 3.5 SP1 Steps to add Ajax Control Toolkit for Framework 2.0 Ajax Control Toolkit for Framework 3.5 SP1 Following are the steps to add Ajax Control Toolkit to the toolbox for ASP.NET 3.5 webs in Visual Studio 2008 SP1 Download Ajax Control toolkit from here...
on
16 May 2009
Blog Post:
Tip #61: Did you know… How to create an ASP.Net Dynamic Data Web Site?
Web Development Tools Microsoft
If your web site is heavily data driven then here is a quick and easy way for you to create one without writing much code. All you need is Visual Studio 2008 SP1 or Visual Web Developer 2008 Express SP1 installed on your box. Dynamic Data Web Sites makes use of a mechanism called Scaffolding. When Scaffolding...
on
14 May 2009
Blog Post:
Tip #50: Did you know…How to absolute position the controls in Visual Studio Designer?
Web Development Tools Microsoft
Absolute positioning control(s) in the designer can seem confusing at first until you learn the visual cues. You can do one of the following two possible actions by dragging the control in the designer. Re-parent the control Change the controls position. When you drag the body of the control, you are...
on
31 Mar 2009
Blog Post:
Tip #49 Did you know… how to set the editor to always place open braces on new line for functions in JScript?
Web Development Tools Microsoft
In Visual Studio, click Tools -> Options. In the Options dialog on the left pane select Text editor -> JScript -> Formatting. Check Place open brace on new line for functions. Deepak Verma SDET | Visual Web Developer
on
30 Mar 2009
Blog Post:
Tip #45: Did you know…How to change the DynamicData folder location?
Web Development Tools Microsoft
ASP.NET Dynamic Data is a framework that lets you create data-driven ASP.NET Web applications easily. It does this by automatically discovering data-model metadata at run time and deriving UI behavior from it. By default for a Dynamic data Web Application the dynamic data folder is created in the root...
on
27 Mar 2009
Page 1 of 1 (16 items)