11

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?

The Archetypal Paul
  • 41,321
  • 20
  • 104
  • 134
lomaxx
  • 113,627
  • 57
  • 144
  • 179

2 Answers2

8

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 !

João Guilherme
  • 1,371
  • 1
  • 15
  • 27
  • That link is broken. Seems like his site is having issues. The post appears here. http://www.pieterg.com/Post/Posts/2010/5 – kiev Jun 20 '11 at 14:48
8

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

jason saldo
  • 9,804
  • 5
  • 34
  • 41