Ajax日历扩展程序-lanzar función al elegir una fecha
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Ajax日历扩展程序-lanzar función al elegir una fecha相关的知识,希望对你有一定的参考价值。
Util para lanzar un procedimiento o una función al elegir una fecha en un ajax calendar
'So the TextBox code will look like this. <asp:TextBox ID="txtDate" runat="server" OnTextChanged="txtDate_TextChanged" AutoPostBack="True"></asp:TextBox> 'and your code behind will look something like this (converted from C# but should be right) Protected Sub txtDate_TextChanged(ByVal sender As Object, ByVal e As EventArgs) 'Do your stuff End Sub
以上是关于Ajax日历扩展程序-lanzar función al elegir una fecha的主要内容,如果未能解决你的问题,请参考以下文章
Evitar la introductción de valores no numéricos en campos de texto公司