Stackoverflow Style Notifications in asp.net Ajax

和自甴很熟 提交于 2019-11-27 11:46:13

问题


When you get a badge or aren't logged in to stack overflow there's a groovy little notification bar at the top of the page that lets you know there's something going on.

I know the SOflow team use JQuery, but I was wondering if anyone knew of an implementation of the same style of notification system in asp.net AJAX.

On a side note, what's the "official" name for this style of notification bar?


回答1:


I like it to.
div tag with a fade.
http://www.asp.net/AJAX/AjaxControlToolkit/Samples/Walkthrough/UsingAnimations.aspx




回答2:


In this post ( http://www.pieterg.com/post/2010/05/24/ASPNET-and-Stackoverflow-Type-Notification-Bar.aspx ) Pieter Germishuys explains how to implement the functionality using Dmitri's Smirnov plugin ( http://www.dmitri.me/blog/notify-bar/ )

Really easy !



来源:https://stackoverflow.com/questions/31465/stackoverflow-style-notifications-in-asp-net-ajax

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!