How make this simple work works?
-
a.aspx
a.aspx.vb Private Sub masterNo_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles masterNo.TextChanged btnSearch.Enabled = True End Sub I generate all these by Visual Stdio 2003, but it have no response when I type something on the textbox "masterNo". Any body knows? Thx! -- modified at 21:06 Tuesday 24th January, 2006
-
a.aspx
a.aspx.vb Private Sub masterNo_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles masterNo.TextChanged btnSearch.Enabled = True End Sub I generate all these by Visual Stdio 2003, but it have no response when I type something on the textbox "masterNo". Any body knows? Thx! -- modified at 21:06 Tuesday 24th January, 2006
-
a.aspx
a.aspx.vb Private Sub masterNo_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles masterNo.TextChanged btnSearch.Enabled = True End Sub I generate all these by Visual Stdio 2003, but it have no response when I type something on the textbox "masterNo". Any body knows? Thx! -- modified at 21:06 Tuesday 24th January, 2006
Are you make sure that you associated the func masterNo_TextChanged to the TextChanged event handler? IMO, I'd suggest you do this by JS...You can hook onkeypress event handler for the textbox... << >>
-
a.aspx
a.aspx.vb Private Sub masterNo_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles masterNo.TextChanged btnSearch.Enabled = True End Sub I generate all these by Visual Stdio 2003, but it have no response when I type something on the textbox "masterNo". Any body knows? Thx! -- modified at 21:06 Tuesday 24th January, 2006