use*_*053 12 .net c# asp.net pageload
在c#中,如何检查页面加载方法中是否已单击链接按钮?
我需要知道在点击事件被触发之前是否被点击了.
Jar*_*red 21
if( IsPostBack ) { // get the target of the post-back, will be the name of the control // that issued the post-back string eTarget = Request.Params["__EVENTTARGET"].ToString(); }
归档时间:
17 年,7 月 前
查看次数:
24813 次
最近记录:
9 年,1 月 前