/ Published in: VB.NET
Util para lanzar un procedimiento o una función al elegir una fecha en un ajax calendar
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
'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
URL: http://forums.asp.net/p/1335624/2925135.aspx