i want to create a toolbar just like the one appears in ms access for showing table , reports , queries etc using vb.net


Please somebody help me


Neeraj

i want to create a toolbar just like the one appears in ms access for showing table , reports , queries etc using vb.net


Please somebody help me


Neeraj

Neeraj,
You can easily do that in VB windows application (Just droping the Mainmenu control)but ASP.NET does not provide you with Main menu control. ASP.NET is for developing web application.

BUT you can achieve something like that using tables or some XML.You dont have to be a pro to build a Menu.

This article gives you detail description on how to build a Mainmenu in .NET.It is a control. Just folow the steps ,you should be fine.

http://msdn.microsoft.com/asp.net/?pull=/library/en-us/dnaspp/html/aspnet-buildmenuservercontrol.asp

Also read this article,This is the same guy who wrote the article in msdn.
http://aspnet.4guysfromrolla.com/articles/012804-1.aspx

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.