Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
hi all friends
i want to design a forum system with ASP.Net, now I want to create a box and put the categories in top of it and put the catergory's forum name in its content and repeat this action for all categories in system.
How can I do this work?
I use the Repeater and DataList control but I don't give my answer.
Look at the following picture to understand my problem:
-----------------------------
| Category name |
-----------------------------
| . forum 1 |
| . forum 2 |
| . .. |
| . .. |
| . forum n |
|----------------------------|
Please help me.
Posted
Updated 23-Jun-12 7:43am
v3
Comments
Sergey Alexandrovich Kryukov 23-Jun-12 12:44pm    
Excuse me, what is "furom"?
--SA
Shahin Khorshidnia 23-Jun-12 13:42pm    
I think he means forum! :D
Sergey Alexandrovich Kryukov 29-Jun-12 20:24pm    
Hm. Fixed! Did you help here?
--SA
Shahin Khorshidnia 30-Jun-12 6:56am    
Yes ;)
Sergey Alexandrovich Kryukov 30-Jun-12 14:07pm    
Well, thank you, and, I would say the solution is given.
--SA

1 solution

I believe what you are asking for is how to create a forum in ASP.NET. If that is the case, there are a number of open-source forums out there that you can download and look through to see how they were built. Here is one example:

http://openforum.codeplex.com/[^]

If you need specific advice on how to build your forum, we are going to need a better explanation of what you are trying to do. We will also need to see the code that you are stuck on.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 23-Jun-12 12:45pm    
Good answer, my 5. (Someone voted 3; I'm strongly disagree with that; why?)
--SA
Shahin Khorshidnia 30-Jun-12 6:56am    
+5

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900