I want create MenuStrip dynamic (in winform C#.Net 4.0) From Database (SQL Server) and manage that from user Authenticate.
Now, I don’t know how to create SQL table, Menu and create event handler for My menu.
Please Help me.
thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
simply load the data you want from DB, select what user must see,
then put a container where you want the menuStrip to be (panel for example)
and then use something like:
but please next time you show some effort