Home | Software | WebLog | Contact | Wish List

Joel.Net.PageComments

Overview

Joel.Net.PageComments is a UserControl that allows visitors to your website to comment on a pages of your ASP.NET website.

Features

<%@ Register TagPrefix="uc1" TagName="PageComments_Count" Src="PageComments.Count.ascx" %> <%@ Register TagPrefix="uc1" TagName="PageComments_Display" Src="PageComments.Display.ascx" %> <HTML> <BODY> <DIV id="divcomments" style="DISPLAY: all"> <UC1:PAGECOMMENTS_DISPLAY id="comments" comment_file="PageComments.xml" category="main" runat="server" /> </DIV> <UC1:PAGECOMMENTS_COUNT runat="server" id="count" category="main" comment_href="javascript:if(document.getElementById('divcomments').style.display=='none')document.getElementById('divcomments').style.display='';else document.getElementById('divcomments').style.display='none';" /> </BODY> </HTML>


Links