Menu in a website
i have to make an asp.net website project in c#. i must include a menu bar with File-New,Open;Edit-.. etc..it must be written in c#? can i include an existing menu? this menu helps me to load/view/edit xml files in a textbox.Thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Amit ChoudharyPosted Mar 16, 2011, 8:28 AM
Here is the code to create the menu in asp.net
Andrew FensterPosted Mar 16, 2011, 10:15 AM
I wrote an article about how to do a CSS based menu with a master page. http://www.c-sharpcorner.com/UploadFile/afenster/3737/?ArticleID=ff88cb27-6a0a-4407-a186-df1ebc38a1ea It has a downloadable example. That's another way. There are plenty of other ways besides these two. A quick search on the Internet will reveal hundreds of articles about how to do a menu. You should spend a little while browsing through them.
Here's a website I really like: http://www.dynamicdrive.com/style/csslibrary/category/C1/