CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2011
    Posts
    3

    How to build a hierarchy with binding list

    Hi,

    We all know that .net provide many features, so we can create best applications. But its also true, all are not pros, just like me. My problem is related to hierarchy , I want to build a hierarchy with binding list. May be its not a a big deal, but to me its a difficult task. So please help me to build a hierarchy with binding list.

  2. #2
    Join Date
    Jul 2011
    Posts
    9

    Re: How to build a hierarchy with binding list

    Hello,

    To build a hierarchy, it is enough to call the Row.Add(object dataObject) method, which in turn returns a new Row object. This way we can build almost any data hierarchy in the .Net Grid.
    visit to know about hierarchy with binding list http://www.******.com/Feature.aspx?id=hierarchy

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