ontextchange - get textbox value

  • Thread starter Thread starter Eric Layman
  • Start date Start date
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
 
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

Hi Eric,

State the complete issue. Will try to help. Your post above does not
clearly mention what you need.


Ravi
 
Back
Top