Archive for September, 2007
ASP.NET 2.0 Server Side Comments
Ever wonder how to write comments within an aspx file? <!– –> won’t cut it as it gets processed on the server side and the resulting HTML will contain the commented code as processed. Enter, <%– –%>. There are 2 ways you can truly comment on an aspx file.
One way. for example,
<%–
Anything within this block will not be [...]
Change the default web browser used in Visual Studio 2005
Ever wonder how you can change the default web browser used in Visual Studio 2005 IDE? It’s pretty simple.
Right click on any .aspx file on your IDE’s Solution Explorer
Click on the “Select With…” menu option
In the dialog that pops-up select the browser that you want the IDE to be defaulted with. If your browser is [...]









