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'.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top