Reply to comment

Awesome thanks, fixes IE9

Thanks for this following up post. I had this working from IE7 (or 8), but noticed when I upgraded to IE9 it started failing with "Microsoft JScript runtime error: Sys.ParameterCountException: Parameter count mismatch.". The IE 8 to 9 backwards compatbility breakage was obvious when using the "run in backwards compatbility mode" button. So by applying this change, specifically the "btnSubmit.OnclientClick += "; return;";" text combined with the other reply post about setting the useSubmitBehavior property to false, fixed my error above. So now it runs in IE9 without backwards compability mode. WooHoo! Thanks a bunch!
John

Reply