I had a gridview inside an update panel with a checkbox set to auto postback but every time it was clicked the parameter count mismatch error was being thrown by the ajax framework.
To get this working it was simply a case of setting the ScriptManager script mode to release so this error did not get thrown.
eg:
Awesome, thanks! I knew it was something simple as I all my update panels were working fine before I incorporated Bootstrap. Now suddenly I have quite a few errors but this solved one of my main ones!
ReplyDeleteGR8!!it works
ReplyDeleteworks
ReplyDeleteThis solution is working and thanks very much for sharing this. Even Microsoft website solution failed at my case but this one worked. Thanks again!
ReplyDeleteNo problem! glad it helped :)
DeleteThanks it works for me
ReplyDeleteThank you. It does work for me. Appreciated.
ReplyDeleteSetting the scriptmode to release, you're just hidding the error, it is still happening you just don't see it...
ReplyDeleteIt's almost like an empty catch...
Thank you,it's working...:)
ReplyDeleteit works!!
ReplyDeleteThe postman says thanks
ReplyDeleteit's working for me. but the button click event is not fired
ReplyDeleteigGrid event was not working i already script tag but there few attributes were not added and when i added all attributes it works fine for me.
ReplyDeleteYes, It works for me as well. Thanks for your answer :)
ReplyDelete