.NET news » Ajax Ajax Rss Feed

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.

15 Aug 2012, 18:00:00   Source: Understanding Dependency Injection and Those Pesky...   Tags: Ajax

Ajax with jQuery

A chapter excerpt from ASP.NET MVC 4 in Action
1 Jun 2012, 14:04:00   Source: Ajax with jQuery   Tags: Ajax

AJAX based CRUD tables using ASP.NET MVC 3 and jTable jQuery plug-in

Creating AJAX based CRUD tables using ASP.NET MVC 3 and the jTable jQuery plug-in.
3 Nov 2011, 09:12:00   Source: AJAX based CRUD tables using ASP.NET MVC 3 and jTable...   Tags: Ajax

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.
11 Aug 2011, 09:06:00   Source: Load Data From Server While Scrolling Using JQuery AJAX   Tags: Ajax

ASP.NET AJAX testing made easy using Visual Studio 2008 Web Test

A collection of ExtractionRules, ValidationRules, and Request Plugin that makes ASP.NET and AJAX website testing painless. No need to record tests, write parameterized tests using server-side control names, handle UpdatePanels, simulate clicks on buttons - all from Web Test. Facilitates painless sop
11 Jun 2011, 11:01:00   Source: ASP.NET AJAX testing made easy using Visual Studio 2008...   Tags: Ajax

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.
20 Apr 2011, 10:56:00   Source: Modify and Use PopupControlExtender to Create Nested Popups   Tags: Ajax

Using ASP.NET, Membership, and jQuery to Determine Username Availability

Chances are, at some point you've tried creating a new user account on a website and were told that the username you selected was already taken. This is especially common on very large websites with millions of members, but can happen on smaller websites with common usernames, such as people's names or popular words or phrases in the lexicon of the online community that frequents the website. If the user registration process is short and sweet, most users won't balk when they are told their desired username has already been taken - they'll just try a new one. But if the user registration process is long, involving several questions and scrolling, it can be frustrating to complete the registration process only to be told you need to return to the top of the page to try a different username.

Many websites use Ajax techniques to check whether a visitor's desired username is available as soon as they enter it (rather than waiting for them to submit the form). This article shows how to implement such a feature in an ASP.NET website using Membership and jQuery. This article includes a demo available for download that implements this behavior in an ASP.NET WebForms application that uses the CreateUserWizard control to register new users. However, the concepts in this article can be applied to ad-hoc user registration pages and ASP.NET MVC.

Read on to learn more!

22 Feb 2011, 18:00:00   Source: Using ASP.NET, Membership, and jQuery to Determine...   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.
19 Jan 2011, 23:53:00   Source: ASP.NET - Password Strength Indicator using jQuery and XML   Tags: Ajax

IE Compatibility View

A client of ours recently contacted me with the question: We use Keynote, WebPagetest and dynaTrace AJAX – but we get different results with these tools/services. WebPagetest tells us that our page is very slow – but dynaTrace on my local machine does not. What can be the problem here? What’s the difference? I took a look at their page on my own laptop – running WinXP and IE8. I saw a small JavaScript performance hotspot but nothing major. Then it occurred to me that WebPagetest is probably using a different browser which made me notice a feature of IE that I haven’t yet explored enough.

read more

16 Aug 2010, 15:26:00   Source: IE Compatibility View   Tags: Ajax

Ajax Chat Sample via Comet Ajax

Its the article of how you can create serious web applications via PokeIn comet ajax library in minutes
22 Apr 2010, 08:46:00   Source: Ajax Chat Sample via Comet Ajax   Tags: Ajax
‹ Previous1234Next ›