944,057 Members | Top Members by Rank

Ad:
  • ASP.NET Discussion Thread
  • Unsolved
  • Views: 1444
  • ASP.NET RSS
Nov 28th, 2007
0

discussion forum

Expand Post »
can anybody tell how to make discussion forum in asp.net...

I need it immediately...
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
anirban1234567 is offline Offline
1 posts
since Nov 2007
Nov 28th, 2007
0

Re: discussion forum

harsh, it's a lot of work.

First make your databases and design them well as speed and flexibility will be based soley on them. Then just use simple repeaters with nested repeaters to layout the information. It isn't tuff, but a lot of tidious work.
Reputation Points: 43
Solved Threads: 68
Veteran Poster
SheSaidImaPregy is offline Offline
1,080 posts
since Sep 2007
Nov 29th, 2007
0

Re: discussion forum

Hi everyone,
Am doing a project in asp.net and am new to programming.
I need some help!!

how to retrieve the details of a particular project once clicked onthe project id in the gridview.
Actually,when i click on the grid view it has o navigate to a page where different textboxes for different fields are present and the pselected project details have to be retieved fom tha database and to be displayed in the respective textboxes..

How can this be done...
I want it at the earliest...PLease its very urgent..!!!
Reputation Points: 10
Solved Threads: 0
Newbie Poster
ajethaa is offline Offline
2 posts
since Nov 2007
Nov 29th, 2007
0

Re: discussion forum

not sure exactly what has to be done.. but you can always use the asp:HyperLink control and the postbackurl property. What this means is that it will keep the information on hand of your current page but send it to the page you say to. So if by clicking some check boxes, then clicking the id with the postbackurl (and the autopostback="true"), you can post it to a new page with the selected information of the previous. Then you can populate the data you need and have the past data at hand.
Reputation Points: 43
Solved Threads: 68
Veteran Poster
SheSaidImaPregy is offline Offline
1,080 posts
since Sep 2007
Nov 29th, 2007
0

Re: discussion forum

hey its not the information from previous page that has to be displayed.It has to be displayed from the database..I dont think it'll workout just by making autopostbacktrue='True'

Can you give me some thing in detail...pls
Reputation Points: 10
Solved Threads: 0
Newbie Poster
ajethaa is offline Offline
2 posts
since Nov 2007
Nov 29th, 2007
0

Re: discussion forum

Then I need you to be more specific on what you need exactly. If you are just needing to pull information from the database then set up a connection in your aspx file or your web.config file, call it, open it, create a datareader to read the data, and set your values accordingly or use a data control (datagrid, repeater, datalist) and do it that way. Let me know, in 1st grade terms, exactly what you need done. The paragraph may make sense to you since you know what you want, but from my stand point, I have no clue what you want or need.
Reputation Points: 43
Solved Threads: 68
Veteran Poster
SheSaidImaPregy is offline Offline
1,080 posts
since Sep 2007
Nov 29th, 2007
0

Re: discussion forum

can anybody tell how to make discussion forum in asp.net...

I need it immediately...
There are two challenges with a forum application:

1. storing the data - forums are tree like data structure with an N levels of node\leafs to store them in the database look for examples on storing a tree in a database try this:http://www.developerfusion.co.uk/show/4633/2/

2. Second problem is displaying the data - I would use a third party tool like Telerik's grid which is built for displaying N level hierarchy. Building your own is not too bad but is time consuming. I would use a repeater and some recursive function calls to generate the needed html is I had to do it on my own.

Last thing I can say is maybe it is worth buying a third party product...not sure. Might be worth it.
Reputation Points: 10
Solved Threads: 4
Newbie Poster
shaulf is offline Offline
18 posts
since Nov 2007

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in ASP.NET Forum Timeline: crystal reports on the web
Next Thread in ASP.NET Forum Timeline: Uploading files Access Denied Error





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC