Click here to Skip to main content
15,880,967 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
Hi,

I am using jQuery Spell Checker in AJAX Update Panel. It works fine till page is not post back.After post back its not working. So, let me know any solution to tackle this issue.

Regards,
Swapnil
Posted
Comments
Sandeep Mewara 10-Mar-11 9:56am    
Elaborate "its not working." Any error? Debugged?
Sunasara Imdadhusen 11-Mar-11 6:35am    
Is there any error?
Layinka 14-Mar-11 3:23am    
what's the error?
swapnil85.srt 15-Mar-11 5:24am    
Hi,
Thanks for reply. Its resolved by using following code.
function pageLoad(sender, args){
if (args.get_isPartialLoad()){
//javascript code here
}
Regards,
Swapnil

1 solution

Hi,
Its resolved by using following code.
function pageLoad(sender, args){
if (args.get_isPartialLoad()){
//javascript code here
}
Regards,
Swapnil
 
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