Add ons
Copy Code to HTML
If you're using Visual Studio 2003 or 2005 and like to post code to the internet
or just save it for documentation as html then this add-in is for you! It allows
you to select a code block, right click and 'Copy as html'. Results look like this:
14 protected
void Page_Load(object
sender, EventArgs e)
15
{
16
17
Page.Title = "DotNetManiac";
18
19
if (Page.IsPostBack == false)
20
{
21
22
// Get this addin
23
Response.Write("Convert
code to HTML...");
24
25
}
26
}
Get
the add on here...CopySourceToHTML
Random joke
Two cannibals are eating a clown. One says to the other: "Does this taste funny to you?