I have buld web application run smothly and no problem in Mozilla and chrome. But when i testing in
Internet Explorer , my web did not run properly . My page use update panel , and when i press
submit button , nothing happen (in IE ) and work in Chrome and mozilla.
After i check my code , and replace ajaxcontrol toolkit to scriptmanager . The submit button work but validator , htmlEditor did not work.And when i add ( scriptmanager and ajaxControlToolkit ) not working.
Thanks for reply .. i just got the solution , because i use master page , and i put scriptmanager on masterpage , and ajaxCOntrolToolkit on my page.The solution is ... i remove scriptmanager on mypage together with ajaxControlToolkit in one page .
kurniawanjok...
Member
18 Points
15 Posts
Help :: Ajax control toolkit
Feb 13, 2011 06:33 AM|LINK
Hi my name joko from indonesia,
I have buld web application run smothly and no problem in Mozilla and chrome. But when i testing in Internet Explorer , my web did not run properly . My page use update panel , and when i press submit button , nothing happen (in IE ) and work in Chrome and mozilla.
After i check my code , and replace ajaxcontrol toolkit to scriptmanager . The submit button work but validator , htmlEditor did not work.And when i add ( scriptmanager and ajaxControlToolkit ) not working.
Please , help me if anyone have solution.
AJAX Control Toolkit
Morzel
Participant
788 Points
150 Posts
Re: Help :: Ajax control toolkit
Feb 13, 2011 07:31 AM|LINK
And you have no javascript errors?
Did you checked your button event with debugger?
Morzel
kurniawanjok...
Member
18 Points
15 Posts
Re: Help :: Ajax control toolkit
Feb 13, 2011 09:47 AM|LINK
Thanks for reply .. i just got the solution , because i use master page , and i put scriptmanager on masterpage , and ajaxCOntrolToolkit on my page.The solution is ... i remove scriptmanager on mypage together with ajaxControlToolkit in one page .
Morzel
Participant
788 Points
150 Posts
Re: Help :: Ajax control toolkit
Feb 13, 2011 10:57 AM|LINK
The best method if you still use these controls if you put scriptmanager into masterpage and scriptmanagerproxies into your pages.
Morzel