locked
problem of events click on a aspx page RRS feed

  • Question

  • User-458598543 posted

    Hello,

    I congratulate your help and forum asp.net to provide me some information to develop and put online my internet (web) sites.

    I've got a problem of events click on a aspx page. For the other pages of the site, there is no problem, the events click are operational but on a certain page the events are unoperational.

    Furthermore, In environment localhost, the events click are ok but on the server IIS, all the page are ok without a certain page that there is no click.

    Thanks for your help !

    ++ I explore the site and I find that others pages have click events control unoperational.

    Thanks.

    Friday, October 12, 2018 9:26 AM

Answers

  • User-458598543 posted

    Hello,

    I resolved the problem about events clicks, for few controls as button I had setted the property usesubmitbehavior. I deleted this property and the events clicks of control are operationals.

    Truly yours.

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Tuesday, October 16, 2018 6:38 AM

All replies

  • User839733648 posted

    Hi Rednuts72,

    I've got a problem of events click on a aspx page. For the other pages of the site, there is no problem, the events click are operational but on a certain page the events are unoperational.

    There're several reasons occuring the events click not working.

    You could check if your certain page's aspx code has added the event name. 

    Besides,I suggest that you could use Debug tool in the click event to check if the event has been triggered.

    And you may find why the certain page's events are unoperational step by step.

    Furthermore, In environment localhost, the events click are ok but on the server IIS, all the page are ok without a certain page that there is no click.

    If possible, please provide more details about your page like detailed pages' code so that it well be easier for us to help with you.

    Best Regards,

    Jenifer

    Monday, October 15, 2018 8:05 AM
  • User-458598543 posted

    Hello,

    I resolved the problem about events clicks, for few controls as button I had setted the property usesubmitbehavior. I deleted this property and the events clicks of control are operationals.

    Truly yours.

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Tuesday, October 16, 2018 6:38 AM