开发者

Post back cotrol

开发者 https://www.devze.com 2022-12-24 08:36 出处:网络
How to 开发者_如何学编程get the control or control Id which caused the post back in asp.net 2.0 pageThere is a collection:

How to 开发者_如何学编程get the control or control Id which caused the post back in asp.net 2.0 page


There is a collection:

Request.Form

That is passed back to form. So iterating through keys you obtain name of controls. But these names matches Control.UniqueId, but not Control.ID

0

精彩评论

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