mardi 20 janvier 2015

how to get text from textbox with dynDateTime


Vote count:

0




I still didn't get why i can't get text from textbox.


I need dynDateTime to get date to textbox, but after i choose the date and the date appear in text box, i can't get the text from the text box.



<script type="text/javascript">
$(document).ready(function () {
$("#<%=TextBox1.ClientID %>").dynDateTime({
showsTime: false,
ifFormat: "%Y/%m/%d",
daFormat: "%l;%M %p, %e %m, %Y",
align: "BR",
electric: false,
singleClick: false,
displayArea: ".siblings('.dtcDisplayArea')",
button: ".next()"
});
});
</script>



<asp:TextBox ID="TextBox1" runat="server" ReadOnly = "true" Width="100px"></asp:TextBox><img src="../../images/calendar_icon.png" />


what did i miss?


thanks in advance.



asked 1 min ago

AKW

1






how to get text from textbox with dynDateTime

Aucun commentaire:

Enregistrer un commentaire