Wednesday, March 21, 2012

CalendarExtender Question

I was wonering if there is a way to fire a javaScript function after the user selects a date. Kind of like in the ModelPopup where we can set the onOkScript property except this would be like an OnDateChangedScript property...is there an easy way to do this with the CalendarExtender? Basically the date would already be updated on the screen and I want to call this javaScript function to send the new date back to the data base via JavaScript/WebService...Any thoughts?

Thanks, Greg

That is what the onClientDateSelectionChanged method is for!!...nevermind.

I have an example as to how to fire a javaScript event after the user select a different date...you can see the code here:http://forums.asp.net/thread/1627224.aspx

No comments:

Post a Comment