Button Stop Responding

  • Thread starter Thread starter Diogenes Dilone
  • Start date Start date
D

Diogenes Dilone

all of a sudden on our web application ours buttons stop working, yet when
we just created a new page with a button it works. Does anyone have any
clue?

Thanks
D
 
Your handlers have become unmapped. This is a *known issue with some
versioning software like source safe. The easiest fix is to pull up the aspx
page and doubleclick on each control that causes a postback. The effect of
this is to map the button to its handler.
 

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