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.
