Hi Shinu,
Actually, I am calling local web services as described in the article below:
http://asp.net/ajax/documentation/live/tutorials/ExposingWebServicesToAJAXTutorial.aspx
I construct the web service call dynamically in code and then assign the call using attributes.add (for the standard controls).
I also allow the programmer to pass in javascript code to be executed before the call and after.
With the date picker I am using
ClientEvents.OnDateSelected and assigning the web service call to this property but I get the following error:
Microsoft JScript runtime error: Sys.InvalidOperationException: Handler must be a function.
Any ideas?
thanks,
Roger