C# Tutorials and offshore development in India
Tutorials Resources Forum Reviews Communities Interview Jobs Projects Training Videos


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...


Birthday Greetings
Learn Windows 7: How to change the default folder opened in Windows Explorer   Here I will tell you how to change the default folder of the Windows Explorer. By default, the folder opened will be My Documents, but My Documents is having a shortcut in the Start Menu itself. So we can change the default folder to any other.



Forums » .NET » ASP.NET »

HOW CAN I CREATE MENU AND SUBMENU........URGENT


Posted Date: 12 Aug 2008      Posted By:: TARAK NATH ROY    Member Level: Silver    Member Rank: 0     Points: 1   Responses: 3



HOW CAN I CREATE MENU AND SUBMENU ?
I need to create a website in asp.net.
I have used frames home.aspx in (first page) and i want to create MENU and SUB-MENU and again submenu and finaly after clicking the last sub menu i will go the assigned page.

CAn any one sed me the code.





Responses

Author: vipul     Member Level: Diamond      Member Rank: 56     Date: 12/Aug/2008   Rating: 2 out of 52 out of 5     Points: 1

hi,
for that you used asp.net menu control .

vipul,
http;//dongavipul.blogspot.com

Thanks & Regards
Patel Vipul
Developer Heaven



Author: UltimateRengan     Member Level: Diamond      Member Rank: 2     Date: 12/Aug/2008   Rating: 2 out of 52 out of 5     Points: 5


Dim menu As New Menu
Dim menuitem1 As New MenuItem
Dim menuitem2 As New MenuItem
menuitem1.Text = "new"
menu.Items.Add(menuitem1)
menuitem2.Text = "second"
menu.Items.Add(menuitem2)
form1.Controls.Add(menu)
Dim submenu As New MenuItem
submenu.Text = "third"
menuitem2.ChildItems.Add(submenu)



http://renganathan1984.blogspot.com/
Asp.Net and Javascript



Author: Geetha     Member Level: Gold      Member Rank: 0     Date: 12/Aug/2008   Rating: 2 out of 52 out of 5     Points: 4

Hi

Try to find solutions from these links

http://msdn.microsoft.com/en-us/library/aa478963.aspx

http://aspnet.4guysfromrolla.com/articles/012804-1.aspx

http://www.beansoftware.com/ASP.NET-Tutorials/Dynamic-Static-XML-Menus.aspx

Geetha.



Post Reply

 This thread is locked for new responses. Please post your comments and questions as a separate thread.
If required, refer to the URL of this page in your new post.


Next : Tooltip with Style Look
Previous : problem with data access layer in 3tier
Return to Discussion Forum
Post New Message
Category: ASP.NET

Related Messages



About Us    Contact Us    Privacy Policy    Terms Of Use