.NET news » Search results

Search results for query "ajax" (53):

Live Chat - Template Code

How to create a web Live Chat via c# ASP.Net + jQuery/AJAX
2010-10-18 07:51:00   Source: Live Chat - Template Code   Tags: C#

ASTreeView - A Free TreeView Control for ASP.NET

A full functional treeview control for ASP.NET, including drag and drop, Ajax loading, context menu, dropdown treeview.
2010-06-14 07:30:00   Source: ASTreeView - A Free TreeView Control for ASP.NET   Tags: ASP.NET Components

UFrame: goodness of UpdatePanel and IFRAME combined

UFrame makes a DIV behave like an IFRAME that can load any ASP.NET/PHP/HTML page and allows all postback and hyperlink navigation to happen within the DIV - a painless way to make regular pages fully AJAX enabled
2011-06-11 11:02:00   Source: UFrame: goodness of UpdatePanel and IFRAME combined   Tags: ASP.NET

Load Data From Server While Scrolling Using JQuery AJAX

This article explains how to implement on scroll loading data from server using JQuery as every one see on facebook.

Paging, Selecting, Deleting, Editing and Sorting in the ASP.NET GridView Control with Keyboard Shortcuts

An ASP.NET 2.0 AJAX Extender to enhance the ASP.NET GridView to page, select, delete, edit and sort rows with keyboard shortcuts.

An Introduction to ASP.NET Web API

Microsoft recently released the ASP.NET MVC 4.0 beta and along with it, the brand spanking new ASP.NET Web API. Web API is an exciting new addition to the ASP.NET stack that provides a new, well-designed HTTP framework for creating REST and AJAX APIs (API is Microsoft’s new jargon for a service, in case you’re wondering). Although Web API currently ships and installs with ASP.NET MVC 4, you can use Web API functionality in any ASP.NET project, including WebForms, WebPages and MVC or none of the above. You can also self-host Web API in your own applications.

2012-04-23 18:00:00   Source: An Introduction to ASP.NET Web API   Tags: Internet

Modify and Use PopupControlExtender to Create Nested Popups

An improved PopupControlExtender control for the AJAX Control Toolkit and how to use it to create nested popup controls.
2011-04-20 10:56:00   Source: Modify and Use PopupControlExtender to Create Nested Popups   Tags: Ajax

ASP.NET - Password Strength Indicator using jQuery and XML

ASP.NET Password Strength Indicator somewhat similar to AJAX PasswordStrength extender control behavior and implemented by using jQuery and XML.
2011-01-19 23:53:00   Source: ASP.NET - Password Strength Indicator using jQuery and XML   Tags: Ajax

AJAX AutoCompleteExtender using Google Suggest API

Example on how to use AutoCompleteExtender to make a search like Google Suggest.
2008-07-10 05:30:00   Source: AJAX AutoCompleteExtender using...   Tags: Ajax

Understanding Dependency Injection and Those Pesky Containers

We seem to be an industry enamored with buzz words. Even though XmlHttpRequest has been around since the mid-90s, mainstream programmers didn’t give it a second thought until someone attached the term AJAX to it. The same is true for the never-ending quest to put as many different words as we can in front of “driven-development.” Another term that hit the scene in recent years is dependency injection.

2012-08-15 18:00:00   Source: Understanding Dependency Injection and Those Pesky...   Tags: Ajax