Hi,
I have a master page and a content page. I have referenced the jquery, jquery-ui files in the master page. I have a user control where I have a text box which needs to attache to datepicker.
The problem is when I attach datepicker to textbox in document.ready function of user control, i get error like datepicker is not defined.
When I give reference to jquery, jquery-ui files in user control, then the datepicker is working fine. But, the issue is I am calling jquery, jquery-ui files twice which is breaking other functionality.
Can you please help to attach the datepicker without loading jquery files twice