How do I register a server side click on an HTMLGenericControl?
- by Brian Scott
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.