click events not working after deployment

  • Thread starter Thread starter Phil Townsend
  • Start date Start date
P

Phil Townsend

This is wierd. I have a small app which I have developed on my local
machine. Everything works flawlessly. However, when I copied it to the
live server, and compiled it, there is no response from a button that
logs a user into the site. Since I do not have admin rights to the live
server, I cannot attach a debugger to see what is going on. However,
with some simple tests I can see the the button's click event does not
fire when run from the live server. Does anybody know what might be
causing this? Thanks!
 
Be sure not to have Client Script errors on the Client IE (See at the IE
Status bar)
because if there is a script error it could cause that the script of your
button , never executes.

Hope it helps...
 
Which button you are using.
Is it server a side Image button or Button?
Harry
 

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