A Chat with ASP.NET and Ajax
This article describes how to implement a web-chat with ASP.NET and Ajax. In the first part I introduce the technologies I used for the application. Then I explain the concept of a chat and in the last part I present the main implementations.The goal of this article is to show the interested reader how to develop a chat without browser-plugins or java-applets, just pure HTML and javascript.
Ajax.NET - A free library for the Microsoft .NET Framework
Asynchronous JavaScript and XML (AJAX) has recently become the
craze thanks, in no small part, to Google's usage of it in
Google Suggest as well as Google Maps. In ASP.Net terms, AJAX
allows server-side processing to occur without requiring
postback, thus enabling clients (browsers) with rich
server-side capabilities. In other words it provides a
framework for asynchronously dispatching and processing
requests and responses from the server. AJAX leverages a number
of existing technologies, which aren't particularly new,
however fondness for what these technologies have to offer
(collectively, they are AJAX) has recently soared. Enter
Michael Schwarz's AJAX .Net wrapper which allows ASP.Net
developers to quickly and easily deploy pages capable of easily
capitalizing on AJAX. Users should be cautioned that the
wrapper is early in development, and as such isn't fully
matured.
Asp.Net AJAX HoverMenu GridView
This article explains the concept of associating the Asp.Net Ajax HoverMenu Control with GridView and to manipulate the records in database with the help of HoverMenu.
ASP.NET: Hamburger, Yes! AJAX, "NOT!", Redux!
As described in my previous articles, Remote Scripting has been used by classic ASP developers since the earliest days of Internet Explorer 3.0 when Microsoft put out their Remote Scripting applet and sample source code.
AutoComplete Textbox with data from Database
This article explains the way to fill a AutoComplete Textbox with data from Database. It is acheived with Asp.Net AjaxControlKit AutoComplete Extender with Webservice. Nice article to read once and rate it.
Changing UpdatePanel's ContentTemplate dynamically
An UpdatePanel is an ASP.NET Ajax control to update a defined area of a ASP.NET page, while the other parts of the page remain unchanged. This has two main advantages: Less amount of data is transferred over the network during the update of the page and the usability of the application increases because the user can focus the changes of the updated part of the webpage easily. An example for that behaviour is a login dialog which displays success or failure after a user's login by changing the text of a Label. This article goes one step further: I will explain how one can change the whole content of an UpdatePanel programmatically. A use-case for that could be to display information with different controls, to give the user various views to it. To keep it simple, the example in this article displays a list of items in 2 kind of views for the user: In a BulletedList and in a ListBox.
Solve the Page Waiting Game with Threaded AJAX
ASP.NET offers a few solutions for handling long-running processes. One of the best methods is to combine threading with either a polling solution or AJAX.
UpdatePanel tutorial ASP.NET AJAX
What ist the UpdatePanel in ASP.NET Ajax? The answer is easy: When adding an UpdatePanel-control to your page, you can achieve a partial-update of your page on a postback. Only the content in the UpdatePanel is refreshed, the other parts of the page remain unchanged. This topic explains, how you can setup an Ajax-enabled project and use the UpdatePanel control.
What?!? Callbacks Are Not Just for Sending Strings?!?
Callbacks are ASP.NET's solution for AJAX technology. With a bit of creativity, and just a teeny bit of control rendering, ASP.NET developers can use callbacks to give their Web pages and webcontrols a polished finish. Learn how.
Computer Professionals: Are you owed Overtime? Federal and State Laws may allow computer professionals to collect overtime. Our law firm is experienced, and has initiated class action lawsuits against some of the largest computer companies to collect back pay and overtime. Strictly Confidential.