How can I get the control name which caused postback [in 开发者_运维百科an ASPX webform] from the client-side (JavaScript)?
Note that I am registering a script on the Page_Load() event of the webform using ClientScript.RegisterOnSubmitStatement(...).
Any help is appreciated!
精彩评论