Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
JimInAz opened this issue Oct 5, 2016 · 1 comment

Comments

@JimInAz
Copy link

JimInAz commented Oct 5, 2016

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 ID="txtQuestion_4" runat="server" Width="85px">/asp:TextBox
<asp:CalendarExtender ID="txtQuestion_4_CalendarExtender" runat="server" BehaviorID="txtQuestion_4_CalendarExtender" TargetControlID="txtQuestion_4">/asp:CalendarExtender

@alekitto
Copy link
Collaborator

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants