Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I use a jquery plug-in (orbit)for Image Slider in asp.net web forms application.
In master page exactly in banner div

Problem: when i navigate from one content page to another one, the slider (orbit)
reload.
Sometime it'ok but sometime is still loading.

I repect the order of jquery link file(including jquery file before Jquery.orbit file .JS)
Almost of sites ,the jquery orbit load only once but here it's reload on every page changing.

Any Idea about this????
Posted
Updated 26-Dec-13 22:56pm
v3

1 solution

Dear,

This behavior is as expected because master page always reload when you navigate from one page (child) to another page (child).

The master page will help you to reduce code writing for every pages that's it.

Solution for your problem


  • Create matsrer page which contains your slider
  • Create child page which contain iframe
  • Now you have to change only iframe src for navigation (child page)


Thanks,
Imdadhusen
 
Share this answer
 

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