asp:calendar not work correctly in MVC
Posted
by TStamper
on Stack Overflow
See other posts from Stack Overflow
or by TStamper
Published on 2008-12-10T20:31:49Z
Indexed on
2010/06/16
2:52 UTC
Read the original article
Hit count: 223
asp.net-mvc
I have an asp:calendar on my view page and as I hover over it..it shows a javascript postback status bar. but I have an asp:button also on the same page and when I hover over it. The action from the controller is in the status bar..because I have an onClick attribute for the button that triggers an action on the server side. and in the asp:calendar I also have a trigger event OnSelectionChanged the has a method on the server side...but as I said when I hover over the calendar to pick a date in the status bar it shows:javascript:_doPostBack($ct100ContentPlaceHolder?mycalendar',''3270) and when I click a date I receive an error that says object doesnt support this method..Also mycalendar is the id name of the asp:calendar
© Stack Overflow or respective owner