Sign in
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Blog - Link List
ASP.NET Resources
Web Developer Tools Team
www.ASP.Net
ASP.NET Forums
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
Anh Phan
ASP.NET
CSS
CSS and HTML
Data
Deepak Verma
Designer
Development
Editor
Formatting
HTML
IIS
Options
Ranjini Mathrubootham
Reshmi Mangalore
tips and tricks
URL Rewrite
Visual Studio
Visual Studio 2008
Visual Studio 2008 SP1
Visual Studio 2010
VS2008
VSTS
VWD
WAP
Archive
Archives
September 2011
(1)
August 2011
(1)
March 2011
(1)
August 2010
(1)
May 2010
(1)
April 2010
(4)
March 2010
(1)
January 2010
(1)
December 2009
(1)
November 2009
(1)
October 2009
(1)
September 2009
(4)
August 2009
(3)
July 2009
(4)
June 2009
(16)
May 2009
(10)
April 2009
(9)
March 2009
(7)
January 2009
(4)
December 2008
(10)
November 2008
(11)
October 2008
(9)
September 2008
(4)
August 2008
(4)
July 2008
(2)
May, 2009
MSDN Blogs
>
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
>
May, 2009
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Tip #70: Did you know… how to install win7 RC IIS through command script?
Posted
over 4 years ago
by
Web Development Tools Microsoft
3
Comments
Windows 7 RC’s IIS included ftp 7.5 feature. Installing it from command line is a little bit different than the vista IIS7 command line. It is as following: start /w pkgmgr /l:log.etw /iu:IIS-WebServerRole;IIS-WebServer;IIS-CommonHttpFeatures;IIS...
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Tip #69: Did you know…The keyboard shortcut for View in Browser?
Posted
over 4 years ago
by
Web Development Tools Microsoft
6
Comments
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...
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Tip #68 Did you know… How simple it is to attach an existing style sheet to your web page?
Posted
over 4 years ago
by
Web Development Tools Microsoft
2
Comments
Open an existing web site in VWD. Open the page by double clicking on it in solution explorer to which you want to attach the existing style sheet in your web site. Now, switch to Design View of the page and bring up Select Style Sheet dialog by clicking...
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Tip #67: Did you know the list of ASP.Net MVC shortcuts?
Posted
over 4 years ago
by
Web Development Tools Microsoft
7
Comments
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...
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Tip#66: Did you know... how to insert quotes values automatically while typing the attrib values?
Posted
over 4 years ago
by
Web Development Tools Microsoft
21
Comments
It's a nice time saver if you would like the HTML editor to automatically add quotes for the attribute values while you are typing. To set this option select Tools->Options. Check Show all settings. From the left pane select Text Editor -> HTML...
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Tip#65: Did you know...How to quickly create a GridView that is hooked up to a SQL table?
Posted
over 4 years ago
by
Web Development Tools Microsoft
1
Comments
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...
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Tip#64:Did you know … How to convert a GridView column from asp:BoundField to asp:TemplateField in Design View?
Posted
over 4 years ago
by
Web Development Tools Microsoft
3
Comments
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= "<...
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Tip#63: Did you know…How to specify a fixed port for Visual Studio Development Server while using WAPs?
Posted
over 4 years ago
by
Web Development Tools Microsoft
2
Comments
In Tip#21 we showed you how to set a fixed port for the Developer Web Server in Web Sites. Here is how you will be able to configure this for Web Application Projects. 1. Go to the properties page of WAP. Right Click on your Web Application and click...
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Tip#62: Did you know… How to add Ajax Control Toolkit to the toolbox?
Posted
over 4 years ago
by
Web Development Tools Microsoft
11
Comments
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...
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Tip #61: Did you know… How to create an ASP.Net Dynamic Data Web Site?
Posted
over 4 years ago
by
Web Development Tools Microsoft
13
Comments
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...
Page 1 of 1 (10 items)