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
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
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)
April, 2009
MSDN Blogs
>
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
>
April, 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 #60: Did you know… How to Profile an ASP.Net site?
Posted
over 3 years ago
by
Web Development Tools Microsoft
13
Comments
1. Create a asp.net web application in Visual Studio Team Edition For Developers 2. Write some code inside Page_Load function protected void Page_Load( object sender, EventArgs e) { int sum = 0; for ( int i = 0; i...
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Tip #59: Did you know…How you can automatically format unformatted HTML on paste in VS?
Posted
over 3 years ago
by
Web Development Tools Microsoft
7
Comments
Do you copy/ paste a lot of unformatted HTML content in to your web forms? Do you always format HTML after pasting such content? There is an easy way to automatically format HTML on paste in VS. Here is how you do it. In Tools->Options dialog, go to...
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Tip #58: Did you know…How you can import/ export HTML Per Tag options in VS?
Posted
over 3 years ago
by
Web Development Tools Microsoft
4
Comments
If you make a lot of customization to per tag options and you want import/ export these settings you could easily do so with Tools->Import/Export Settings dialog. To export your custom settings to a vssettings file, launch Import and Export Settings...
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Tip#57: Did you know… How to manage web site configuration through a web interface
Posted
over 3 years ago
by
Web Development Tools Microsoft
9
Comments
The Web Site Administration Tool provides a web interface for you to manage different web site configuration settings. To launch the tool, for Web Application Project click Project-> ASP.Net Configuration & for Websites, click Website-> ASP...
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Tip#56: Did you know… How to update JScript Intellisense manually
Posted
over 3 years ago
by
Web Development Tools Microsoft
14
Comments
Do you like JScript Intellisense feature but have trouble seeing variables or methods you expect to see in JScript Intellisense? Instead of trying to close files or other work around's you can simply try to “Update Intellisense” command...
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Tip #55: Did you know...How to change Start-Up Options and Instances of ASP.Net Development Server in a Multi-project Solution
Posted
over 3 years ago
by
Web Development Tools Microsoft
4
Comments
If you have more than one project in your solution you can use following options of solution properties to set your start up actions... You can get the below dialog by right clicking your solution and going to its properties: If you have more than...
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Tip #54: Did you know…How you can turn off intellisense for HTML/ CSS editors
Posted
over 3 years ago
by
Web Development Tools Microsoft
3
Comments
If you would like turn off intellisense in HTML editors (aspx, html files) and CSS editor (css files), you could do so by going to Tools->Options dialog. For HTML editor, go to Tools->Options->HTML->General. In the right pane, under Statement...
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Tip # 53: Did you know... How to edit the templates for gridview in VS designer?
Posted
over 3 years ago
by
Web Development Tools Microsoft
3
Comments
Gridview control has the flexibility to be configured how it's rendered using templates. Following steps show how the control's edit template can be changed in the Visual Studio Designer. I have a GridView hooked up to Sqldatasource using Northwind.products...
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Tip # 52: Did you know... When deploying your ASP.NET web application, debug=false should be set in web.config
Posted
over 3 years ago
by
Web Development Tools Microsoft
7
Comments
To help troubleshoot problems, developers usually enables the debug mode in web.config file. This causes ASP.NET to produce extra information in the compiled assemblies such as debug symbols, metadata. However, performance will be suffered as it takes...
Page 1 of 1 (9 items)