Hi,
I am programatically generating about 50 timepickers on a web page via user controls.
I am also using a shared javascript function to handle the client side OnDateSelected event.
This all works fine but I now need to get the ClientID from the sender object that's passed in the OnDateSelected to find out which one was used.
I am using the sender.ClientID property but it comes up undefined...how else do I do this?
The Version of dll I am using is 2008.2.723.20.
Regards
Roger
I am programatically generating about 50 timepickers on a web page via user controls.
I am also using a shared javascript function to handle the client side OnDateSelected event.
This all works fine but I now need to get the ClientID from the sender object that's passed in the OnDateSelected to find out which one was used.
I am using the sender.ClientID property but it comes up undefined...how else do I do this?
The Version of dll I am using is 2008.2.723.20.
Regards
Roger