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.