Hi, i have a very strange problem, i have one user control that it reference 2 javascript, one is jquery.js and another one is jquery plugin (jquery.corner.js). on my asp.net page, i put this user control as a header for my page and on the page I m using another plugin for datepicker, this page references jquery.js and that jquery plugin (jquery.Datepicker.js), but when i run the page, I get this error for this line that(object does not have this property or method) $('#dp').simpleDatePicker();
It seems that this page does not recognize the jquery plugin reference. when i remove the user control from the page, it works fine. Could you please help me with that?