Big problem: all button controls just stopped working

  • Thread starter Thread starter Aahz
  • Start date Start date
A

Aahz

I have big asp.net , c# project with many buttons and image buttons
that suddenly stop firing, when you click on button form -nothins
happen.
What strange that in Firefox they are still work fine, but not in IE.

When I create another project buttnons work without problems so it
seems my project is somehow screwed up.
I tried move project to another computer - same thing.

I tried to reinstall framework (aspnet_regiis.exe), it didn't help

Anybody knows solution ???

Thanks
 
Aahz,

If you're on Visual Studio 2003 I've seen it occurr when objects in the html
are renamed/moved (I'm not really sure what exactly causes it) that the
handlers on subroutines in the codebehind dissappear.

Check each button's subroutine and make certain that the "Handles
MyButton.Onclick" event handler is still there.

Regards,

--
S. Justin Gengo
Web Developer / Programmer

Free code library:
http://www.aboutfortunate.com

"Out of chaos comes order."
Nietzsche
 
Its not it. Every button handler is there, if they were not it would't
for in Firefox either.
This must be some screw up about how how IE handles asp.net controls. I
created new page in same project "test.aspx" and on plain page just put
one button and it works.

But still doesn't work in all other pages
 

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