akil007 0 Newbie Poster

I have the User Control in which ajax datepicker. Many instances of this user control are used in Same page. I have handle my logic like change of one value of one datepicker can change other datepicker through JavaScript. But I have faced that I does not get any uniqueId for datepicker to handle. So I want a javascript function that send the UniqeID for datepicker of specific user control.

Likes,

var uc = $find("<%= myUserControl.ClientID%>");
var dtpicker = uc.get_ClientID();

Is this way possible ?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.