G
Guest
Hi All
I have several webforms that have ZipCode fields. What I'm wondering is if it's possible to have a user enter the ZipCode, and when they tab out of the field, then have a Script run that will do a lookup in a ZipCode table and then populate the City,State,County fields
The TextChanged property doesn't seem to work unless I post the form which I can't do since I've got more datafields to enter. Is this even possible to do in ASP.NET? If so, how would you suggest that I get this to work? I have code that works in the ZipCode TextChanged event that works, it just won't fire on a tab out of the field
Appreciate any thoughts anyone might have on this
Thanks...Bo
I have several webforms that have ZipCode fields. What I'm wondering is if it's possible to have a user enter the ZipCode, and when they tab out of the field, then have a Script run that will do a lookup in a ZipCode table and then populate the City,State,County fields
The TextChanged property doesn't seem to work unless I post the form which I can't do since I've got more datafields to enter. Is this even possible to do in ASP.NET? If so, how would you suggest that I get this to work? I have code that works in the ZipCode TextChanged event that works, it just won't fire on a tab out of the field
Appreciate any thoughts anyone might have on this
Thanks...Bo