PDA

Click to See Complete Forum and Search --> : VB.net + ASP.net Query!


aikhan
Aug 30th, 2005, 02:18 AM
Hi,

I have a question.

I want to design a program like this forum .. but very simple ..

I mean some one will ask a question ? and a talented guys like u will reply ...

.....Now my question is how to display history question + allow to post reply ..

should I use datagrid or list box .. very confuse .. need suggestion ..

Thanks

mendhak
Aug 30th, 2005, 03:45 AM
It's not as simple as that. You have to design the application first, even for something as small as this. Because it will involve a registration process, forums, control panels, posts, replies, etc. I suggest you do that first.

aikhan
Aug 30th, 2005, 04:02 AM
Yes,

I already Did that .. only I need suggestion how to display post + reply for a ticket ..

waiting for suggestion

mendhak
Aug 30th, 2005, 04:09 AM
Use the repeater control, with the item template containing a table row. Just like you see in this thread.

aikhan
Aug 30th, 2005, 04:17 AM
Mendhak,

Do u have an eg of such code ?? or any URL from where I might get help ??

Thanks

mendhak
Aug 30th, 2005, 04:43 AM
http://www.asp101.com/articles/john/repeater/default.asp
http://www.w3schools.com/aspnet/aspnet_repeater.asp
http://www.sitepoint.com/article/asp-net-repeater-control

aikhan
Aug 30th, 2005, 05:09 AM
Thanks man

I appreciate your help ..

mendhak
Aug 30th, 2005, 06:47 AM
No problem. If you feel your question has been answered, add [Resolved] to the thread title, and feel free to ask more questions. It helps me feed my starving children in Siberia.