在一栏中,我有一顿的网格。 我在电网概览中加上后面的代码。 我用这条线附上我的点击事件:
cmd1.OnClientClick +=new eventHandler(cmd1_Click);
Now every time I click that button, it gives me a run time error and breaks at System.EventHandler
of <input type="submit" name="grvList$ctl02$ctl05" value="Add" onclick="System.EventHandler;" />
任何人都没有遇到这一问题。