Most of the websites dealing with dynamic content store date information of various pieces of content that are managed by the system. Blog engines, micro-blogging applications, content management systems and social networking sites are a few such examples. Though these applications store dates in database-specific formats while displaying dates to the end user, such applications often format it differently. One such popular format is "time ago" wherein the time span elapsed since the content was published is displayed. In this article you will learn how to display such "time ago" stamps using ASP.NET and AJAX. ...
Go to the complete details ...