How to using Nested Control in ASP.NET

  • Thread starter Thread starter kelvinweb
  • Start date Start date
K

kelvinweb

Hi All,

I found the Nested-Control example, but I don't understand the sources
code. Anyone can send me simple logic programming source code ? Thanks
alot.
 
Kelvin,
I found the Nested-Control example, but I don't understand the sources
code. Anyone can send me simple logic programming source code ? Thanks
alot.
I think that you have first to us to explain what you mean with a Nested
Control example, than can be in VBNet mean a lot different things.

Cor
 
Hi Cor,

I want to create drilldown reporting. For exmples:
Country
- USA
|_Company Name
ABC Company
|_Order No Order Total
Total Amount
123456 500
1300
|_Item No Item
001 AAA 300 3PCS
900
002 BBB 200 2PCS
400

Please help. I don't know understand how to control sub table and add
value to each rows. Please comment.

Kelvin
 
Kelvin,

I am afraid that I don't know such a control is not in ASPNET. (A kind of
treeview look). I don't know if it is in Crystal reports. (You can make it
of course using tables in ASPNET).

As problem did I not often see this in this newsgroup. I would for this go
to

microsoft.public.dotnet.framework.aspnet
or try it in a crystal report newsgroup.

Not much help however I hope it leads to a solution.

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top