954,574 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Creating Javascript API for User Control

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 ?

akil007
Newbie Poster
13 posts since Aug 2009
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: