Activity overview
Latest activity by jorge johnson
Disassembling ascx code behind
Hi,
When I disassemble the code behind for an asp.net control from a dll, the settings and gettings of control properties are disassembled as .set_XXXXX() .get_XXXXX() methods.
Example:Me.ibtnUpdat...