Link to home
Start Free TrialLog in
Avatar of ChiBella
ChiBella

asked on

How to Prefent Menu Control Full Page Refresh with Ajax

I am using the Obout EasyMenu controls within a masterpage. The menu does a full page refresh whenever an item is selected.

How do I prevent this using Ajax? How do you force a partial postback on a menu trigger?
Avatar of digitalZo
digitalZo
Flag of India image

You can do without AJAX by adding these two lines of code in the Source Code:

<meta http-equiv="Page-Enter" content="progid:DXImageTransform.Microsoft.RandomDissolve(duration=0.5)" />
<meta http-equiv="Page-Exit" content="progid:DXImageTransform.Microsoft.RandomDissolve(duration=0.5)" />
Avatar of ChiBella
ChiBella

ASKER

Not what I expected, but pretty neat. I'll use it!

Still, would like to know how to do this without the dissolve trick.
ASKER CERTIFIED SOLUTION
Avatar of digitalZo
digitalZo
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Forced accept.

Computer101
EE Admin