954,119 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

vb.net toolbar

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_th
Newbie Poster
3 posts since Jun 2005
Reputation Points: 10
Solved Threads: 0
 

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

Letscode
Junior Poster
175 posts since Feb 2005
Reputation Points: 11
Solved Threads: 6
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You