【发布时间】:2011-03-17 03:04:57
【问题描述】:
这是我目前的逻辑的样子
<asp:repeater>
<asp:button id="btnMain"/>
<asp:repeater>
<asp:button id="btnChild"/>
</asp:repeater>
</asp:repeater>
单击“btnchild”时,我需要在叠加层中打开用户控件以进行某种验证,一旦用户提供信息,我需要进一步处理“btnChild”命令。
逻辑有点暂停 itemcommand 事件,需要一些用户验证,然后在 itemcommand 上进行用户验证。
那么如何在提交叠加数据时引发转发器的 itemcommand 事件?
【问题讨论】: