TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
shahid Khan
NA
1
0
Dynamic Creation of MenuStrip- C#.net
Mar 5 2009 10:17 AM
I have Four Tables, and according to Roles provided Menus are goinng to be rendered in Windows Application using C#.net VS 2005
Table1: MNU_MASTER
MENU_ID int Unchecked
PARENTID numeric(38, 0) Checked
MENU_NAME varchar(150) Checked
SEQNO numeric(38, 0) Unchecked
Table2: MNU_FUNCTION
MNU_ID int Checked
PATH varchar(150) Checked
Table3: MNU_ROLE_PROFILE
Role_ID int Unchecked
Menu_ID int Unchecked
Table4:MNU_ROLE_MASTER
ROLE_ID int Unchecked
ROLE_NAME varchar(150) Checked
Thanks In advance.
Reply
Answers (
0
)
on click event
How to run the window application automatically