如果用多个linkbutton共用一个事件,怎么确定是哪个linkbutton触发的呢?
string lkb_id = ((LinkButton)sender).ID;
Response.Write(lkb_id);