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
Z Hussain
1.4k
348
16.1k
Vertical Navigation List in Bootstrap with pages
May 2 2018 11:07 PM
Hello Helpmates,
I am trying to create a page which should have a Verticle Navigation List Group and when You click any List item it shoud show up a page that is mentioned in href="example.aspx"
example :
<
div
class
=
"list-group"
>
<
a
href
=
"#"
class
=
"list-group-item list-group-item-action active"
>
Cras justo odio
</
a
>
<
a
href
=
"#"
class
=
"list-group-item list-group-item-action"
>
Dapibus ac facilisis in
</
a
>
<
a
href
=
"#"
class
=
"list-group-item list-group-item-action"
>
Morbi leo risus
</
a
>
<
a
href
=
"#"
class
=
"list-group-item list-group-item-action"
>
Porta ac consectetur ac
</
a
>
<
a
href
=
"#"
class
=
"list-group-item list-group-item-action disabled"
>
Vestibulum at eros
</
a
>
</
div
>
I can use Master page and content pages but I want to try a different way where you can see the page that the list item is referencing
real world example:
https://www.mycreativeshop.com/templates/business-cards/education-training
It will be a great help in my task.
Reply
Answers (
0
)
CRUD Operations in MVC4
What is best and latest approach by web developer at mnc