ASP.Net Button Click Event

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

Guest

I have an ASP.Net web page with a button that works as anticipated 95% of the
time. I’ve had a few users report that clicking the button on their browser
has no affect. This appears to be a browser issue (ie6), but I’ve been
unable to determine a browser setting that resolves this behavior. What
could be preventing the button’s server side click event code from executing?
 
Do they have javascript enabled in their browser, certain controls wont
function without it?

Regards

John Timney (MVP)
 
Since the button is a simple web form control button that posts back to the
page, I did not think to look into the JavaScript setting. I was thinking
this had more to do with temporary internet files. I will look into the
possibility of enabling JavaScript.

Thanks,
Steve
 

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