TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
albert albert
NA
524
0
Drop down navigatie menu asp mvc
Apr 2 2012 6:14 AM
Hi everyone,
I have this:
[code]
<!DOCTYPE html>
<html>
<head>
<title>@ViewBag.Title</title>
<link href="@Url.Content("~/Content/Site.css")" rel="stylesheet" type="text/css" />
<script src="@Url.Content("~/Scripts/jquery-1.5.1.min.js")" type="text/javascript"></script>
</head>
<body>
<div class="page">
<div id="header">
<div id="title">
<h1>Winitu Uren Registratie</h1>
</div>
<div id="logindisplay">
@Html.Partial("_LogOnPartial")
</div>
<div id="menucontainer">
<ul id="menu">
<li>@Html.ActionLink("Home", "Index", "Home")</li>
<li>@Html.ActionLink("Uren", "Uren", "Home")</li>
<li>@Html.ActionLink("Beheer", "Beheeer", "Student")</li>
<ul>
<li><@Html.ActionLink("Medewerkers", "Medewerkers") </li>
</ul>
<li>@Html.ActionLink("Rapportate", "Rapportage", "Course")</li>
<li>@Html.ActionLink("Winitu Afdeling", "Index", "Instructor")</li>
</ul>
</div>
</div>
<div id="main">
@RenderBody()
</div>
<div id="footer">
</div>
</div>
</body>
</html>
[/code]
I want to get subitems, like a dropdown menu navigation structure. under Beheer: So beheer is the parent item and then under Parent link I want to get 3 sub items, like Medewerkers, projecten, klanten.
Here is also the hole project.
Attachment:
timesheetwinitu.rar
Reply
Answers (
0
)
How can i insert image in Ajax editor
How to deploy ASP.Net App on Tomcat Apache