Start networking and exchanging professional insights

Register now or log in to join your professional community.

Follow

How to navigate in the same page using jquery in asp.net pages?

user-image
Question added by Michael Gamel Hakem Morgan morgan , Developer , vadecom
Date Posted: 2013/08/30
Imran ul Haq
by Imran ul Haq , Senior Backend Developer , King Abdullah City for

The simplest way would be to use anchor tags.

Otherwise you can use various JQuery plugins that allow you to create divs and navigate to different sections within the page

Generally <a> anchor tag do this things for you. Give id to the <div> or <p> or whatever tag where you want to navigate user and set <a href="#<id>">msg</a> where <id> is the actual id of your tag where you want your user to be navigated.

For example,

<a href="#divTest">Click Here!</a>

.

.

.

.

.

.

<div id="divTest">Test</div>

More Questions Like This

Do you need help in adding the right keywords to your CV? Let our CV writing experts help you.