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
 
Back
Top