Buttons not working

V

Vik

All the buttons on all the aspx pages of a Web site stopped working. Why
could this happen?

Thank you.
 
S

Shaun Wilde

..NET 1.1 SP1 perhaps?

Does it only happen on pages that have validators? they use different
javascript between 1.1 and SP1 but MS didn't see fit to update the version
number in the js file that would have alerted you to the situation.
 
J

John Martin

I had this same problem. To fix it I did the following:

- Find the file "webUIValidation.js" on your web server.

- I found 2 copies of it, one in:
"C:\WINNT\Microsoft.NET\Framework\v1.1.4322\ASP.NETClientFiles"
and the other in:
"C:\Inetpub\wwwroot\aspnet_client\system_web\1_1_4322"

- To fix this problem I copied the first one
("C:\WINNT\Micro....\ASP.NETClientFiles") over the second one
("C:\Inetpub\...\1_1_4322").

I hope this helps,
John
 
V

Vik

Thank you.

Yes, this happened only on the pages with validators, probably after
automatic Windows update. Replacing the WebUIValidation.js did not fix the
problem but removing it (temporarily) did.
We uninstalled .NET Framework from the server and installed the SP2. This
fixed the problem.
 

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

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,056
Latest member
GlycogenSupporthealth

Latest Threads

Top