开发者

How to find which control made the asyncpostback?

I know how to find which control made the postback, it's something like:

string postBackControl = Request.Params.Get("__EVENTTARGET") == null ? string.Empty : Request.Params.Get("__EVENTTARGET开发者_运维知识库");

but how can I find the one that made async postback?


Have you tried this...

Which control raised the async postback event?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜