解决方案 »

  1.   

    可以js弹出DIV或者iframe弹出页面
      

  2.   

    点击编辑 在gridview的onCommand事件里写 ,然后把你的编辑层(默认是隐藏的)显出出来就行了啊。弹出层建议用ajax控件,如下
    <!--课程管理新增弹出窗口开始-->
    <asp:Panel runat="server" ID="pnCourse" Style="display: none">
        <table class="w560" style="position: relative; z-index: 9999999;" cellpadding="0"
            cellspacing="0">
                         <!--  弹出层内容 -->....
                         </table>
                                        </td>
                                    </tr>
                                </table>
                            </td>
                        </tr>
                    </table>
                </td>
            </tr>
            <tr>
                <td class="tanchu_bot">
                    <img src="../../../Resource/PEE/Images/tanchu_bot.gif" />
                </td>
            </tr>
        </table>
    </asp:Panel>
    <cc1:ModalPopupExtender ID="mpeCourse" runat="server" PopupControlID="pnCourse" BackgroundCssClass="modalBackground"
        TargetControlID="btnPnlcourse" DynamicServicePath="" Enabled="True">
    </cc1:ModalPopupExtender>
    <asp:Button ID="btnPnlcourse" runat="server" Style="display: none" />
    <!--课程管理新增弹出窗口结束-->
      

  3.   

    图挂了。。
    弹出
    gridview中按钮中设置弹出事件