能否在页面PostBack的时候判断是哪个控件触发了这次PostBack如题。[解决办法] 如何判断它是否有实现IPostBackEventHanlder接口 ===== if(someControl is IPostBackEventHanlder) { // true // ... }