Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
230
Binding WinNavigationBar to single table of Parent child relation
posted

Hi ,

I need a sample code for binding WinNavigationbar to a single datatable with parent child relation.

For eg: I m having a table EmployeeDetails with EmployeeId as primary key and ManagerId as ForeignKey to EmployeeId. I want load this hierarichal data into winnavigation bar.

Can I get a sample code to accomplish this task?

Thanks in advance.