Click here to Skip to main content
15,921,793 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,

I need urgent help, could anyone please help me out on this. I have a createUSerWizard Control, in that i have textbox for dateofbirth, i need to add jQuery Datepicker for that text box. i have added all the needed scripts. I'm able pop out datepicker for textbox which is outside createUserwizard control but not for the one, which is inside it. I'm unable to reference textbox inside control from jquery scripts. please help me on this.

Thanks in advance,

Deepak
Posted

hello there,

check the following step:
1)check your Jquery plugin refernce.
2)add a java script on page that is like : $("#txtdob").datepicker();

Or take a look on this URL:-
http://jqueryui.com/demos/datepicker/[^][^]

hope this will help you...
 
Share this answer
 
Hi andy,

I have checked plugin reference, its fine. I'm able to get datepicker for textbox which is outside the createuserwizard control, by using $("#txtbox").datepicker(); line. but not for txtbox which is inside createUserWizard control. need jquery line for this.

Please help on this.

Thanks,
Deepak
 
Share this answer
 
Comments
Lakxman 19-Mar-12 5:36am    
Can you let me know what code you use for binding datapicker to the textbox inside the createUserWizard control?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900