CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Threaded View

  1. #1
    Join Date
    Jul 2002
    Posts
    62

    Nesting web controls

    Is it possible to nest a datalist or repeater control within another datalist control.

    I have two data sets that I would like to keep separate, but display inside each other, kinda like a tree view. Any ideas? I was getting an error tha the Repeater control was not declared. Declaring it didn't work.
    Last edited by sager; October 14th, 2002 at 09:29 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured