Click here to Skip to main content
15,898,036 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello everyone!
I am a beginner to ASP.NET
I have a problem with two nested datalists.
I have two data tables : Group (IdGroup,Group), Topic (IdTopic,Topic,IdGroup)

Now, I want to show data as follows:
<br />
A<br />
  A1<br />
  A2<br />
  A3<br />
B<br />
  B1<br />
  B2<br />
  B3<br />
C<br />
  C1<br />
  C2<br />
  C3<br />


I tried to use the ItemDataBound event but it does not run.
Hope you can help me. I am in need of help.

Here's an example I am doing http://www.mediafire.com/?iljmm2iinnm

Thanks for reading.
Posted
Updated 5-Dec-09 16:34pm
v2

1 solution

Repost. Please edit your original question if you have to change it in some way. Do not repost the same question more than once.
 
Share this answer
 

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