DCSIMG
VS 2005,VS 2008 - Gilad Lavian's Blog

Gilad Lavian's Blog

In Development

Browse by Tags

All Tags » VS 2005 » VS 2008 (RSS)
Code Snippet RW (Response.Write)
Code Snippet For Response.Write   Ok, this code snippet must be the oldest trick in the book, but still I think it will help to developers how doesn't know about it.   1. Create a file name rw.snippet 2. Copy this XML code and save it. 3. From the tools menu in VS, select "Code Snippets manager". 4. Select import, and point it to the saved file. 5. To use the snippet write rw in the code editor. 6. Enjoy!   <?xml version="1.0" encoding="utf-8" ...