-
Roger
183
posts
Member since:
Sep 2007
Posted 23 Sep 2008
Link to this post
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
-
-
Roger
183
posts
Member since:
Sep 2007
Posted 23 Sep 2008
Link to this post
Hi,
found the problem..it's to do with the referencing of the control within the user control, etc, etc.
Have got it going now
Regards
Roger
-