Thursday, October 20, 2005

Comment out server side asp.net code

How to comment out server side code


<%-- <asp:Button . . . . /> --%>

No comments:

Python Logging Best Practices

Python Logging Best Practices Introduction to Python Logging Importance of Logging in Business Applications Logging is an essential ...