Thanks John,
however the help file for rad calendar, radTimePicker says:
Getting/Setting the time client-side
RadTimeView exposes a rich client-side API that allows you to control its behavior. You can manipulate the time selection by using the GetDate() / SetDate() methods:
JavaScript
|
|
var radTimePicker = <%= RadTimePicker1.ClientID %>;
var timeView = radTimePicker.GetTimeView();
var time = timeView.GetDate();
|
You method still did not produce a client side object even though I appreciate the help.
Anyone else out there with any suggestions....I now have 1 timer on the page and cannot get a client-side handle on the timer object although the client side event "
OnClientTimeSelected" works and I can get a handle through the e and sender objects.
Regards
Roger