hi ,
i am creating a simple blog post application.For this i have created two tables .
1>tblBlogTopic( it contains the following fields: btopicId, btopicTitle, btopicDescription, bdatetime, empid)
2>tblBlogComment(it Contains the following fields:bCommentId,bCommentDescriptin, Empid, bcdatetime, btopicId )
In my application a user post his blog which will be seen in a list box. On selected index change of the listbox it will show the details of the topic in a reapeater control . If somebody wants to post a comment on a particular blog he can comment which should also be displayed in a same repeater control.
What should i do for it. I am having a problem in posting comment on a same repeater control .
I am really having confusion about it. how can i create it . plz help me on how can i do this....thanks in advance.
Loading
viral UpadhyayPosted Feb 26, 2010, 8:46 AM
You have to add one more repeter for comment.
if you are displaying one blog per page then use separate repetor.
if you are displaying multiple blog per page then use nested repeter for comment.
Hope this help.
Andrew FensterPosted Feb 25, 2010, 9:08 AM
If you really want to make your own, then I recommend that you go download Mojo Portal or dasBlag and look at their code. Both are very well designed. You can learn a lot by looking at how they did things.
Mojo Portal http://www.mojoportal.com/
dasBlog http://dasblog.info/default.aspx