autopostback fails after validator fires?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Using C#, I have a screen that allows the user to enter a ZipCode. When focus
is lost, the field is configured to do an autopostback to make several
calculations and pre-populate several other fields based on the zip code.
Then comes back to allow the user to manually supply any missing information
befire saving it to the database.

This works great, except that should a .NET validator fire, on any other
field on the page, the postback code for the zip field disappears thus will
no longer work. Any ideas?
 
JP said:
Using C#, I have a screen that allows the user to enter a ZipCode. When focus
is lost, the field is configured to do an autopostback to make several
calculations and pre-populate several other fields based on the zip code.
Then comes back to allow the user to manually supply any missing information
befire saving it to the database.

This works great, except that should a .NET validator fire, on any other
field on the page, the postback code for the zip field disappears thus will
no longer work. Any ideas?
I don't think that you are supplying enough information. Be specfic as
to the 'the postback code for the zip field disappears'.
 
Back
Top