CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  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.

  2. #2
    Join Date
    Jun 2002
    Location
    Bathurst, NB Canada
    Posts
    21
    You could try creating a custom control with the 2 controls you want to use. I think it's called a composite control where you can create a new control from 1 or more existing controls.
    Stephane Daigle
    Alpha Centauri Inc.

    http://www.drakeville.com

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