通知在asp.net中弹出 [英] notification implemented as a pop up in asp.net

查看:113
本文介绍了通知在asp.net中弹出的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当管理员登录他们的帐户,然后批准/拒绝e,g(abc用户)文档的特定用户时,他会向用户发送通知您的文件被批准/拒绝



为此我实现此..请看这个链接



http://www.gayadesign.com/diy/snotify-easy-notifications-in-jquery/ [<一个href =http://www.gayadesign.com/diy/snotify-easy-notifications-in-jquery/target =_ blanktitle =新窗口> ^ ]



首先我在管理页面中实现代码,例如supervsior是admin,他批准/拒绝文件然后我在supervisor.aspx中写这个代码



 <  输入    class   =  add_message< /跨度>    type   =  text    value   = 键入消息    name   =  add_message >  
< / input >
< 输入 类型 = 按钮 value = 添加消息

önclick = sNotify.addToQueue($( .add_message)。attr(value)) > < / input >





当我点击按钮然后通知出现在supervsior.apsx页面



但在此我希望当这个abc用户登录时他/她能够看到你的文件appproved / rejected

解决方案

.add_message)。attr(值)) > < / input >




当我点击时
按钮然后通知出现在supervsior.apsx页面



但在这个我希望当这个abc用户登录时他/她能够看到你的文件appproved / rejected <的通知


when admin login to their account and then approve/reject specific user for e,g(abc user) document then he send notification to user that your document is approve/reject

for this i implement this ..please see this link

http://www.gayadesign.com/diy/snotify-easy-notifications-in-jquery/[^]

first i implement code in admin page for example supervsior is admin and he approve/reject document then i write this code in supervisor.aspx

<input class="add_message" type="text" value="type your message" name="add_message">
 </input>
  <input type="button" value="add message" 

   önclick="sNotify.addToQueue($(".add_message").attr("value"))"></input>



when i click on button then notification appear in supervsior.apsx page

but in this i want when this abc user login then he/she able to see notifications that your document appproved/rejected

解决方案

(".add_message").attr("value"))"></input>



when i click on button then notification appear in supervsior.apsx page

but in this i want when this abc user login then he/she able to see notifications that your document appproved/rejected


这篇关于通知在asp.net中弹出的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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