lipis / bootstrap-sweetalert

:cake: A beautiful "replacement" for JavaScript's alert ⛺
https://lipis.github.io/bootstrap-sweetalert/
MIT License
2.1k stars 503 forks source link

Ajax Calendar Extender causes "0x800a01bd - JavaScript runtime error: Object doesn't support this action" #63

Open JimInAz opened 8 years ago

JimInAz commented 8 years ago

Working on a simple ASP.net webforms project and have a page with a standard text box and a calendar extender from AJAX v16.1. When I run the project I get "0x800a01bd - JavaScript runtime error: Object doesn't support this action" on the calendar extender. Have found NOTHING useful on the web about this. Any clue what's happening or what I can do to fix it? -Yes, Ajax is installed correctly. I have Ajax combo boxes on the form and they're not causing any problems.

/asp:TextBox /asp:CalendarExtender
alekitto commented 8 years ago

Page markup and/or stack trace could be useful :) What browser are you using for displaying the page?

Anyway, i've never worked in ASP.NET, i'm not sure how to replicate this...