asp.net消息框和重定向 [英] asp.net message box and redirect

查看:88
本文介绍了asp.net消息框和重定向的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述




i想要显示弹出警报类型框并隐藏背景然后用户点击后,确定,我想重定向到上一页



如何在asp.net代码中实现这一点



关于

Hi
i want to show popup alert type box and hide background and then after user clicks,ok, i want to redirect to previous page

how is this possible in asp.net code

regards

推荐答案

<pre lang="xml"><asp:HiddenField ID="hd_sno1" runat="server" />
               <asp:HiddenField ID="hd_branch" runat="server" />
               <asp:ModalPopupExtender ID="MPEGoodsConfirm" runat="server" TargetControlID="hd_sno1"
                   PopupControlID="pnlgoodsrec" RepositionMode="RepositionOnWindowResizeAndScroll"
                   BackgroundCssClass="modalBackground" CancelControlID="btnxcancelgoodsrec" PopupDragHandleControlID="pnlgoodsrec" />


这篇关于asp.net消息框和重定向的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆