Problem with button click events

Discussion in 'Site Programming, Development and Design' started by giorgos, Feb 18, 2010.

  1. Hi

    I have a trouble with button click events.
    When the client click's the button a lot of times, the site don't runs fine.

    I try to disable button. In IE works fine but in firefox i have the same problem.

    So, is there any way to ignore click event, except the first?

    Thank's a lot!!!
     
  2. Ray

    Ray

    What is the error you are getting? I'm really not sure how you can disable the object once it exist on the page. But I don't think the button is the problem its the event that is causing the issue.
     
  3. I don't get any error. The page froze.

    In my website, I use updatepanel which fires on timer tick,
    so every 2 sec image url change.

    When I click the ImageButton many times nothing change!!!

    If I click the imagebutton one time everything works fine.

    Do you have any idea what is going wrong???

    Thank's a lot
     
  4. Ray

    Ray

    I really do not have enough information to give you a professional guess on what is going on. If you send me the URL and instructions on how to replicate it, hopefully it can give me a better understanding of the problem.
     

Share This Page