sorted by:
best match first |
newest listings first
Featured Listings
- 3 Different Ways to Display Progress in an ASP.NET AJAX Application
In this article, we will study three different techniques that allow you to visually display progress to users while performing partial-page updates using the UpdatePanel
From: ASP.NET Community - ASP.NET - 11/30/2008
- Implementing autocomplete textbox in gridview using Ajax autocomplete extender
In this example I am implementing the AutoComplete functionality to textbox in the EditItemTemaplate of GridView using ajax autocomplete extender, for
From: ASP.NET Community - ASP.NET - 3/1/2009
- Enabling Browser Back Button for GridView Paging and Sorting in ASP.NET AJAX 1.1 and 3.5
This article illustrates techniques on enabling the use of the browser's back button with the gridview in asynchronous ajax scenarios.
From: ASP.NET Community - ASP.NET - 4/2/2009
- ASP.NET AJAX Control Toolkit ModalPopupExtender Control in Action
Shows how you can display a modal popup using the ajax Control Toolkit's ModalPopupExtender control in various scenarios to achieve smooth user interaction.
From: ASP.NET Community - ASP.NET - 8/20/2009
- AJAX Features in ASP.NET MVC
Dino Esposito explores the various aspects of the ajax API you can leverage in ASP.NET MVC applications.
From: ASP.NET Community - ASP.NET - 6/29/2009
- Consuming a WCF Service with Client-Side AJAX in C#
In this article, we will be looking at how we can use ajax to implement a WCF Service, so that it's methods are available to client-side JavaScript. T
From: ASP.NET Community - ASP.NET - 6/27/2009
- AJAX Abstraction
Brian Mains explains reusability is good, but abstraction of concrete concepts provides even greater functionality.
From: ASP.NET Community - ASP.NET - 6/18/2009
- Creating a Custom Tooltip Ajax Extender Control
In this article, Abdulla demonstrates how to create a new ajax extender from scratch, which expands the properties of ASP.NET controls, by adding cust
From: ASP.NET Community - ASP.NET - 6/13/2009
- Using RoleService for Role Based Forms Authentication in ASP.NET AJAX
The ASP.Net ajax Extensions 1.0 released for ASP.Net 2.0 does not have an inbuilt service like authentication service that provides roles support. The
From: ASP.NET Community - ASP.NET - 8/20/2009
- How to Bridge the Client-Server Gap using AJAX and jQuery-Part 1
In recent years, it has become common to judge sites based on their use of specific technologies. One of the most prominent buzzwords used to describe
From: ASP.NET Community - ASP.NET - 8/20/2009
- Creating a Simple AJAX Master-Details View Using jQuery, JSON and jTemplates in ASP.Net
There will be situations where we need to display a tabular data to users in ASP.Net application. We will see how this can be addressed with jQuery an
From: ASP.NET Community - ASP.NET - 5/27/2009
- Live Data Binding using ASP.NET AJAX 4.0 Preview 4
This article will give you a highlight on implementing “Live Binding”, a feature for the upcoming version of ASP.NET ajax.
From: ASP.NET Community - ASP.NET - 5/19/2009
- Debugging AJAX using Microsoft AJAX Library, Internet Explorer and Mozilla Firefox
Developing ajax applications that involve complex client-side programming and communication with the server side raises the need for equally complex d
From: ASP.NET Community - ASP.NET - 5/16/2009
- Microsoft Ajax Client Templates and declarative jQuery
Apparently Brian likes our declarative syntax. And jQuery . And he did something quite fun with them, something we had clearly not anticipated: using
From: Latest Microsoft Blogs - ASP.NET - 12/10/2008
- Tip # 30: Did you know... Ajax Extender controls UI behaves differently in VS 2008 than in VS 2005
In VS 2005, you can drag and drop an extender control anywhere on the design surface. However, in VS 2008, you can drop an extender only on an ASP con
From: Latest Microsoft Blogs - ASP.NET - 11/26/2008
- Kiciman and Friedman Bring AjaxView to Studio!
Emre Kiciman and Mark Friedman talk about bringing ajaxView to Visual Studio. Emre previously talked about ajaxView on .NET Rocks when it was a Micros
From: Learn ASP.NET - ASP.NET - 7/27/2009
- <microsoft:ScriptReferenceProfiler> for ScriptCombining, available at CodePlex, ASP.NET AJAX
If you have seen Bertrand’s video on Script Combining to improve ajax performance , you must have really felt like using it in your site to figure out
From: An ASP.NET Blog - ASP.NET - 11/17/2008
- Enabling the Browser Back Button for GridView, ASP.NET AJAX History
One of the common navigation tools in a website is the back button of the browser. People use the back button quite frequently to go back to the page
From: An ASP.NET Blog - ASP.NET - 11/17/2008
- Many Ways to Communicate With Your Database Using jQuery AJAX and ASP.NET
I've recently done a series of articles that feature calling databases via ajax using jQuery. In pretty much all of the articles, I have used Web Serv
From: ASP.NET Community - ASP.NET - 7/12/2009
- Cleaner, Faster Ajax in ASP.NET
Over the past few years, ajax has become one of the first pieces in bridging the gap between desktop apps and those on the web. And in ASP.NET, there’
From: ASP.NET Community - ASP.NET - 7/10/2009
- Ajax, Intellisense and Client Scripting Failure
If you cannot use ajax Scripting and intellisense doesn't acknowledge a sys.ui ajax namespace, check your <ScriptManager ...../> and make sure i
From: FAQ-Frequently Asked Questions - ASP.NET - 8/5/2008
- Ajax Tab Container - Dynamic Loading
I need help getting this to work. I am trying to automatically load a tab with a LINQ Query. Linq Query var blogLink_query1 = from blq in xdoc.Descend
From: Getting Started - ASP.NET - 1/30/2009
- Trouble Keeping the State of a Custom AJAX Server Control
I am writing my own custom WYSIWYGEditor ajax Server Control. I am having problems, however, keeping the state of the member variables inside the serv
From: State Management - ASP.NET - 1/22/2009
- MasterPage and AjaxMethod
Hi,
I watch the video from "#20 | [How Do I:] Use an ASP.NET ajax ScriptManagerProxy?" im trying to do a validator only in one page
I have this code.
From: Master Pages,Themes and Navigation Controls - ASP.NET - 3/28/2009
- Dropdown Items lost after 30 seconds being idle in a sub page inside iframe with ASP.Net Ajax Controls...
Hi Everybody,I'm using Master page with iframe. I'm using ajaxControlToolkit and Update Panel in both Master Page and Sub Pages. From my menu, I'm loa
From: State Management - ASP.NET - 4/14/2009