摘要:private string getPostBackControlName() { Control control = null; string ctrlname = Page.Request.Params["__EVENTTARGET"]; if (ctrlname != null && ctrlname != String.Empty) ...
阅读全文
posted @ 2008-10-23 16:10
|
|||
10 2008 档案
摘要:private string getPostBackControlName() { Control control = null; string ctrlname = Page.Request.Params["__EVENTTARGET"]; if (ctrlname != null && ctrlname != String.Empty) ...
阅读全文
posted @ 2008-10-23 16:10
|
|||