Web Developer Tips
-
Tip#63: Did you know…How to specify a fixed port for Visual Studio Development Server while using WAPs?
-
Tip#62: Did you know… How to add Ajax Control Toolkit to the toolbox?
Steps to add Ajax Control Toolkit for Framework 3.5 SP1
Steps to add Ajax Control Toolkit for Framework 2.0 -
Tip #61: Did you know… How to create an ASP.Net Dynamic Data Web Site?
-
Tip #60: Did you know… How to profiling an asp.net site?
-
Tip #59: Did you know…How you can automatically format unformatted HTML on paste in VS?
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.
-
Tip #58: Did you know…How you can import/ export HTML Per Tag options in VS?
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.
-
Tip#57: Did you know… How to manage web site configuration through a web interface
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.Net Configuration
-
Tip#56: Did you know… How to update JScript Intellisense manually
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 manually before invoking intellisense.
-
Tip #55: Did you know...How to change Start-Up Options and Instances of ASP.Net Development Server in a Multi-project Solution
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:
-
Tip #54: Did you know…How you can turn off intellisense for HTML/ CSS editors
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.