•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the ASP.NET section within the Web Development category of DaniWeb, a massive community of 455,982 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,776 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our ASP.NET advertiser: Lunarpages ASP Web Hosting
Views: 796 | Replies: 6
![]() |
•
•
Join Date: Nov 2007
Posts: 2
Reputation:
Rep Power: 0
Solved Threads: 0
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..!!!
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..!!!
•
•
Join Date: Sep 2007
Posts: 1,058
Reputation:
Rep Power: 4
Solved Threads: 61
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.
•
•
Join Date: Sep 2007
Posts: 1,058
Reputation:
Rep Power: 4
Solved Threads: 61
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.
•
•
•
•
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.
![]() |
•
•
•
•
•
•
•
•
DaniWeb ASP.NET Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
- discussion forum software.....context diagram (Software Developers' Lounge)
- Stamp Exchange and Discussion Forum [ PR4 / DMOZ / Yahoo ... ] (Websites for Sale)
- Forum Advertising Revenue (Growing an Online Community)
- How could I promote a women forum? (Growing an Online Community)
- Would you pay to advertise your forum? (Growing an Online Community)
- Cheap Sitewide link on Popular Webmaster Discussion Forum! (Ad Space for Sale)
- Making visitors participate in discussion! (Growing an Online Community)
- How is your forum doing? (Growing an Online Community)
Other Threads in the ASP.NET Forum
- Previous Thread: crystal reports on the web
- Next Thread: Uploading files Access Denied Error



Linear Mode