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.
SheSaidImaPregy
Veteran Poster
1,080 posts since Sep 2007
Reputation Points: 43
Solved Threads: 68
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.
SheSaidImaPregy
Veteran Poster
1,080 posts since Sep 2007
Reputation Points: 43
Solved Threads: 68
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.
SheSaidImaPregy
Veteran Poster
1,080 posts since Sep 2007
Reputation Points: 43
Solved Threads: 68