How do I register a server side click on an HTMLGenericControl?

Posted by Brian Scott on Stack Overflow See other posts from Stack Overflow or by Brian Scott
Published on 2010-03-31T16:02:29Z Indexed on 2010/03/31 16:03 UTC
Read the original article Hit count: 349

I'm looking for a reliable mechanism to generate a server side postback handler for an HTMLGenericControl such as an

  • .

    I have some markup that I do not wish to change and would prefer to treat this in the same fashion as a standard .Net server control.

    Also, I know I can use a template based control to place some .Net controls within the markup as hidden and then trigger their click events from a client side click proxy. However, I'm really enquiring as to whether this can be done better.

  • © Stack Overflow or respective owner

    Related posts about htmlgenericcontrol

    Related posts about postback