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)
October, 2008
MSDN Blogs
>
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
>
October, 2008
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 #19: Did you know…How to set the default view to Design view?
Posted
over 5 years ago
by
Web Development Tools Microsoft
2
Comments
Source View is the default view for the IDE when you edit a Web page. You can customize the IDE so that Design View is the default. Select the menu option : Tools – > Options… From the Options dialog tree select HTML Designer –> General Select Design...
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Tip #18: Did you know…How to absolute position controls on copy paste or drag drop from Toolbox?
Posted
over 5 years ago
by
Web Development Tools Microsoft
18
Comments
To absolute position any control on your designer, you select the control and then select the following menu option: Format –> Position… ->Position style ->Absolute. Sometimes you may want the controls to be absolutely positioned...
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Tip #17: Did you know... How to remote debug WAPs that are using IIS?
Posted
over 5 years ago
by
Web Development Tools Microsoft
2
Comments
If you want to work on an web application project using IIS that is sitting on another server, you can use the remote debugger and the web property pages in Visual Studio 2008 SP1. First, open your web application project on the server (e.g. \\server...
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Tip #16: Did you know… How to change the default format settings for CSS Editor?
Posted
over 5 years ago
by
Web Development Tools Microsoft
1
Comments
There is a Tools –>Options setting under Text Editor –> CSS –> Format Node which helps you change the default CSS Format settings. This dialog gives you the flexibility of setting the default CSS Formatting styles in any of ...
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Tip #15: Did you know... How to use tracing with ASP.NET Ajax?
Posted
over 5 years ago
by
Web Development Tools Microsoft
1
Comments
If you are using ASP.NET Ajax and you are having problems with a web page one quick and dirty way to debug it is to add tracing statements. You do this by using the "Sys.Debug.trace" function. For example: 1: < script language ="javascript"...
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Tip #14: Did you know…How to enable debugging of your Web Site?
Posted
over 5 years ago
by
Web Development Tools Microsoft
1
Comments
To run a page in Debug mode you will have to choose Debug –> Start Debugging or just press F5 . Debugging support is not enabled by default and if you have not run the debugger before on this web site, you will need to configure it. This is internally...
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Tip #13: Did you know... How to get the browser agent using ASP.NET Ajax ?
Posted
over 5 years ago
by
Web Development Tools Microsoft
1
Comments
When writing JavaScript for a web application, there may be times when you want to do something different depending on the browser that is requesting the page. ASP.NET Ajax has an easy way to this with the Sys.Browser object. For example, let's say you...
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Tip #12: Did you know..How to create an IIS Virtual Directory from within Visual Web Developer?
Posted
over 5 years ago
by
Web Development Tools Microsoft
3
Comments
Here are the steps on how to create a Local IIS Virtual Directory.To start with you should have IIS installed on your box. Step1: Go to File Menu->Click on New Web Site. Step2: Click on the Browse button in the New Web Site dialog. This will bring...
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Tip #11 Did you know… New Style builder can be invoked from various other tool windows in Visual Web Developer.
Posted
over 5 years ago
by
Web Development Tools Microsoft
2
Comments
Tip#10 spoke about the New Style Builder Dialog. There are various other entry points to this dialog. You can invoke it from the following places from the IDE: CSS Properties Tool Window: Bring up the CSS properties dialog by selecting View –>CSS...
Page 1 of 1 (9 items)