在回发时,如何检查Page_Init事件中哪个控件导致回发。
protected void Page_Init(object sender, EventArgs e)
{
//need to check here which control cause postback?
}
谢谢
相关分类