|
Group: Forum Members
Posts: 7,
Visits: 1
|
Hi , I used date time picker control which is attached to the text box dynamically in web application. After loading Nevron Nthin chart control, i can't access the datetime using the datetime picker. Before that i am able to access the Date and time from date time picker.I used the below script for datetime picker.
<%-- <script language="javascript" type="text/javascript"> $(document).ready(function () { $("#<%=TextBox1.ClientID %>").dynDateTime({ showsTime: true, ifFormat: "%Y/%m/%d %H:%M:%S", daFormat: "%l;%M %p, %e %m, %Y", align: "BR", electric: false, singleClick: false, displayArea: ".siblings('.dtcDisplayArea')", button: ".next()" }); }); </script>
I used this codes in server side.after getting this error i didnt get data labels and marker style. Eventhough i didnt get any error except this.
Thanks and Regards, Devaraj.S
|