comments in asp.net
Can anyone tell me the concept of comments in asp,net in which only registered users can give their comments and can alsoview others comments..??please provide detail code for that in C#
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rimi JainPosted Feb 28, 2013, 7:00 AM
A Repeater control can definitely save the day for you. It's a simple tool which you can use to create a comment section. The control is like a container which has a Header, Footer and an Item Template. You should try it since data can be easily fetched from database (any data source will do) and display it repeatedly on the web page.
Just check the link. I am sure it might be helpful.
Ref: Repeater Control in Asp.Net
Rimi
JiaPosted Mar 7, 2013, 4:13 AM
Satyapriya NayakPosted Feb 26, 2013, 8:28 AM