Let's say my HTML markup have these div id

<div id="div1">
    //Contents
</div>

<div id="div2">
    //Contents
</div>

And i am trying to response redirect to some page which focusing on a specific div id in the code behind..
any tricks would be archieve this?
Due to my webpage is applying JQuery/JavaScript to let the div element perform the animated slide.

Response.Redirect("~/Page.aspx#div1");

This is solution that i found in some thread.
Sorry for open a new thread which is able to found the solution :(

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.