Button Click Events not firing .NET 2.0

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I have an ASP.NET web app and for some reason the Button Click Events are
not firing. I ran
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -c and it
created the aspnet_client folder, but it doesn't contain any files and it's
still not working.

I'm kind of stuck here so any suggestions will be much appreciated.
Thanks.
 
What kind of "button" are you using? If it is an ASP.NET (server control)
Button control it should generate a PostBack, which means it's "Click"
eventhandler should be triggered. Can you post a short but complete example
that will enable readers to replicate your issue?
Peter
 

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