Introduce DataBase,Asp.net,JavaScript,Xml,Html,Css,Sql,Php,ASP.NET Controls,AJAX,Tools,HTML,CSS,JavaScript,Open Source Project,WPF,.Net Framework,Linq
Top Recommended Hosting

Calling ASP.NET Server Side Events using JavaScript

by the3factory 4/12/2008 9:01:00 AM
Many times we want to execute ASP.NET Server Side Events using JavaScript. What about calling a TextChanged Event on the onchange javascript event of a textbox control. It can be done quite easily without giving pain to our brain too much. Background In one of our ASP.NET Web Form which is a pa... [More]

Scalable Ajax Wizard Sample Application

by the3factory 4/6/2008 10:30:00 PM
Download code Ajax advertises the ability to quickly develop web applications which act like window's stand alone applications by reducing the flicker between post backs. One potential trap, like with all dot-net applications, is that if these applications are not well architectured then they wil... [More]

Ajax ModalPopup Extender

by the3factory 4/4/2008 3:57:00 AM
Download code   Introduction I want to take this opportunity to introduce a sample application which shows how to use ModalPopupExtender for Logging and Signup for any ASP.NET web application. In this quick demonstration, I am going to show you how we can implement Modal Dialog Box us... [More]

Anthem Ajax Work With Url ReWriting

by the3factory 3/24/2008 6:28:00 PM
Download code   Anthem Ajax is one of the best ajax library available around to write Ajax without writing JavaScript in Asp.Net. But attempting to combine it with Extensionless Url ReWriting is quite a challenge. You can cownload Anthem Ajax from here. You can read more about th... [More]

Tags:

AJAX

Persisting the scroll position of a div on ajax postbacks

by the3factory 3/18/2008 10:53:00 PM
By default the scroll position of div tags will be reset whenever you do a postback with AJAX. The following code can be used in you have an UpdatePanel containing a gridview in a fixed div tag and you need to enable Edit/Cancel and Update functionality of the gridview without resetting the scroll ... [More]

Tags:

Asp.net | AJAX

AJAX Without XMLHttpRequest

by the3factory 3/13/2008 7:35:00 AM
There are a number of cases in which you might not have XMLHttpRequest support. The most common would be in the case of an older browser. This is the hardest to work around, not because there is no AJAX fallback, but because all the other DOM manipulation that you do within the application won't wor... [More]

Tags:

AJAX | JavaScript

Ajax: Sending Asynchronous Requests

by the3factory 3/13/2008 7:33:00 AM
Synchronous requests are easier to use than asynchronous requests because they return data directly and remove the hassle of creating callback functions. However, they aren't the standard use case for XMLHttpRequest because the entire browser is locked while the request is happening. There are some ... [More]

Tags:

AJAX | JavaScript

Adding week numbers to ASP.NET Calendar Control

by the3factory 3/7/2008 8:13:00 AM
Download source This is a simple way to add an extra column to the asp.net calendar control that shows the week number for each row like illustrated below. Background In some contries week numbers is often used and the standard calendar control does not include the option to show week num... [More]

Ajax: XMLHttpRequest Overview

by the3factory 2/27/2008 10:59:00 PM
Originally, Microsoft designed XMLHttpRequest to allow Internet Explorer (IE) to load XML documents from JavaScript. Even though it has XML in its name, XMLHttpRequest really is a generic HTTP client for JavaScript. With it, JavaScript can make GET and POST HTTP requests. (For POST requests, data ca... [More]

Ajax: Cross-Browser XMLHttpRequest

by the3factory 2/27/2008 10:57:00 PM
One of the attributes that have made XMLHttpRequest such a popular transport for AJAX requests is that it is easy to use in a way that is compatible across multiple browsers. The big two browsers, IE and Firefox, provide the same basic API. This consistency makes for a similar development experience... [More]

Ajax: Technologies of AJAX

by the3factory 2/27/2008 8:27:00 AM
If you search the Internet for AJAX, you are likely to notice a large number of items popping up under the AJAX name that don't seem to fit my definition. In most cases, these libraries provide the related functionality needed to finish your AJAX application, but other times, these libraries are jus... [More]

Tags:

AJAX

Ajax: Rich Internet Applications

by the3factory 2/27/2008 8:17:00 AM
The Internet has changed a lot since its initial creation. It started with simple text-based communication and has built on its past to create ever more powerful means of communicating. In today's World Wide Web, you can create interactive multimedia presentations and powerful applications. Although... [More]

Tags: ,

AJAX

Q&A:

More



Powered by BlogEngine.NET 1.2.0.0