Comments Form
-
Hi all, I am new to ASP.Net and I want to add a user comments section to my web page. Is there a site that can help explain how, so I don't have to reinvent the wheel? Thanks in advance. Ken
-
Hi all, I am new to ASP.Net and I want to add a user comments section to my web page. Is there a site that can help explain how, so I don't have to reinvent the wheel? Thanks in advance. Ken
Madmaximus wrote:
Is there a site that can help explain how
Not really anything specific. You just need to capture the comments, persist them and display them. Use a multi-line textbox to capture, a database to persist, and a label to display.
I know the language. I've read a book. - _Madmatt
-
Hi all, I am new to ASP.Net and I want to add a user comments section to my web page. Is there a site that can help explain how, so I don't have to reinvent the wheel? Thanks in advance. Ken
What is the website for? Is it a blog? There are many, many open source projects out there that have the ability to add comments. The best implimentation I have seen is with BlogEngine.Net[^] The latest versions comment manager is simply fantastic and the C# code is quite readable. Good luck
JimBob SquarePants ******************************************************************* "He took everything personally, including our royalties!" David St.Hubbins, Spinal Tap about Ian Faith, their ex-manager *******************************************************************