up vote 9 down vote favorite
6
share [g+] share [fb]

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?

link|improve this question

feedback

2 Answers

up vote 8 down vote accepted

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

link|improve this answer
feedback

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 !

link|improve this answer
great widget ... – roman m Sep 2 '10 at 0:13
That link is broken. Seems like his site is having issues. The post appears here. pieterg.com/Post/Posts/2010/5 – kiev Jun 20 '11 at 14:48
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.