Popular Articles
Last viewed:
- Get the list of ODBC data source names programatically using C#
- SQL Server Database Project and Database Source Control
- C# Download File with Progress Bar
- Install Windws 2003 Terminal Service Licenses (Remote Desktop)
- SQL Create Table Add Description to Column
- Windows Server 2003 Configure RRAS (Routing and Remote Access Service) Site to Site VPN
Recent comments
- Reply
1 day 19 hours ago - Thank you!
6 days 9 hours ago - Thanks!!
6 days 9 hours ago - Lotus Email Server Stop
1 week 18 hours ago - awesome article masssthhh
1 week 2 days ago - Awesome!
2 weeks 8 hours ago - get blank pdf
2 weeks 1 day ago - TXLDnoMyeLVmZKXPTJT
2 weeks 4 days ago - hPLvcrWMPCDOIpXDg
2 weeks 6 days ago - JijKgYDvBZXRZ
2 weeks 6 days ago

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