Data Repeater Question

  • Thread starter Thread starter Stephen
  • Start date Start date
S

Stephen

Hi,

Can I have a repeater within a repeater? for e.g:

I want to display like this:
Stephen
Student
Madison
USA
William
Consultant
Company
Wisconsin
USA
Dick
USA
Samuel
Driver
Digger
Something
Something
something

the data is variable, I thought it would be best to use a repeater. Is it
possible?

Thanks,
Stephen.

I tried it I get this Error
Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.

Exception Details: System.NullReferenceException: Object reference not set
to an instance of an object.
 
Back
Top