Need idea to create the dynamic menu strip in windows application using data table.

Posted by Ayyappan.Anbalagan on Stack Overflow See other posts from Stack Overflow or by Ayyappan.Anbalagan
Published on 2010-06-05T06:52:34Z Indexed on 2010/06/05 7:02 UTC
Read the original article Hit count: 291

Filed under:
|
|
|
|

Menu style:

File . Tool
-file1 -tool1
-file2 -tool2
-file3 -tool3

datable contains the rows like.

col1 col2
------------
File file1
File file2
File file3
Tool tool1
Tool tool2
Tool tool3

How to bind my data table value into menu strip dynamically i get my data table values from database dynamically.

Based on my data table value the menu should display in my form.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET