Hi,
I want to create a ASP .NET web application in which I want to put my comments in a node like this:
In the example above, I am writing my comment in a nodeCode:<form id="form1" runat="server"> <div> <comment> This is a comment </comment> </div> </form>My issues are:Code:<comment>
1. First I need to find a way to make my application understand this custom comment tag.
2. Then I want to make this tag behave like a commented block like:
Thanks,Code:<%--This is a comment--%>
Pawan


Reply With Quote




Bookmarks