Wierd: Button doesn't do a postback

  • Thread starter Thread starter VB Programmer
  • Start date Start date
V

VB Programmer

Locally my page works PERFECTLY. When I upload the aspx page to the website
the button doesn't do a postback! Any ideas? I recopied the aspx and dll
over again, but to no avail.
 
I took out the validation and it worked. But, how do I fix it? What is the
most recent file that I have to copy up? Is it just the WebUIValidation.js
file? What date?

Thanks Ken!
 
You can leave the validation control, but make sure that it has the
directory "aspnet_client" which is installed with the framework, and is used
for client side validations.

By the way: Can anyone tell me why this is not documented anywhere???

Leo Muller
 
Back
Top