Problem with Text Changed Event
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
I have a site which should recover customer details using a telephone no. entered by calling txtPhoneNumber_TextChanged TextBox ID="txtPhoneNumber" runat="server" relative" AutoPostBack="True" textChanged="txtPhoneNumber_TextChanged" OnLoad="Page_Load" /> It calls the code behind the first time i use the site. But the next time I try to use the customer either by drop down of previous details or manual entry id does not call the change method. What I really need is a field exit event ?? Has anyone any ideas Thanks:((