E
Eric Layman
Hi,
Thanks for reading
Under a textbox when we put a ontextchange event; how do we retrieve the text value?
Sub txtChangedHandler(ByVal sender As Object, ByVal e As System.EventArgs)
End Sub
OnTextChanged="txtChangedHandler" AutoPostBack=true>0
Thanks for reading
Under a textbox when we put a ontextchange event; how do we retrieve the text value?
Sub txtChangedHandler(ByVal sender As Object, ByVal e As System.EventArgs)
End Sub
OnTextChanged="txtChangedHandler" AutoPostBack=true>0