Control Data Binding Question - Please Help!

  • Thread starter Thread starter PCC
  • Start date Start date
P

PCC

I am using the Infragistics UltraWebNavigator menu control and am having
trouble building my menu hierarchy either by
data binding or coding it manually. I have included a sample of my Menu
table schema and contents so you can see what
I am looking to build it from. Any advice, samples, articles, links etc.
would be greatly appreciated. I have tried
several approaches and none of them have been successful. Thank you.


NodeID ParentID ChildID Description
Target
----------- ----------- ----------- ----------------------------------------
---------- --------------------------------------------------
0 0 0 Selling
Selling.aspx
1 0 1 Feedback
Feedback.aspx
2 0 2 Accounting
Accounting.aspx
3 0 3 Reporting
Reporting.aspx
4 0 4 Administration
NULL
5 4 0 Add Users
AddUsers.aspx
6 4 1 Delete Users
DeleteUsers.aspx
7 0 5 Children
NULL
8 7 0 Children One
NULL
9 8 0 Children Two
ChildrenTwo.aspx

(10 row(s) affected)
 
This newsgroup only supports microsoft products as they relate to dot net.
Infragistics controls have custom code because they are essentially custom
controls so you should try posting to their support group.
 
Back
Top