Click here to Skip to main content
15,880,796 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have a JQuery Range Slider in Master Page with 3 possible options like OPT1,OPT2,OPT3 and based on the selection of any among the three available options it should be redirected to three possible .asp pages.I did that using Windows.Location("..\opt1redirectpage.aspx").
But the problem is when User Slides the slider handle to OPT1, the content in webpage "opt1redirectpage.aspx" is blinking(kind of refreshing) because of redirecting. So,I wanted to use Update panel in the inherited page "opt1redirectpage.aspx".How to acheive this?
Posted
Updated 15-Apr-14 2:56am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900