Latest AJAX stories

Search Records In GridView And Highlight Results Asp.Net Ajax(www.csharpaspnetarticles.com)

submitted by amit.jainamit.jain(904) 1 day, 7 hours ago

In this example i am Explaining how to search records in gridview and highlight the results based on search criteria user enter in textbox. read more...

add a comment |category: |Views: 1

tags: another

Ajax File Upload With ASP.NET Using Valums’ Script(jquery-with-asp.net)

submitted by ma4ti4ma4ti4(245) 6 days, 19 hours ago

ASP.NET applications can be easily integrated with ajax file upload scripts. Valums' ajax upload script is easily customizable and extendable read more...

add a comment |category: |Views: 4

tags: another

Calling Methods Present In The Code-Behind File Using ScriptManager(pavanarya.wordpress.com)

submitted by pavanaryapavanarya(101) 1 month, 18 days ago

Calling methods present in the code-behind file using ScriptManager. read more...

add a comment |category: |Views: 9

tags: another

ScriptManager Class For Calling WebServices From Javascript(pavanarya.wordpress.com)

submitted by pavanaryapavanarya(101) 1 month, 19 days ago

Calling web service from javascript. read more...

add a comment |category: |Views: 3

tags: another

Making Cross Domain Ajax Calls(pavanarya.wordpress.com)

submitted by pavanaryapavanarya(101) 2 months, 1 day ago

In this post we can see in detail about JsonPadding used to make cross domain ajax calls. read more...

add a comment |category: |Views: 9

tags: another

Crawlable AJAX Content with ASP.NET Web Forms(sietch.net)

submitted by StilgarStilgar(10) 2 months, 15 days ago

Describes how to create Facebook style #! urls that are crawlable with Web Forms and Update Panels. read more...

add a comment |category: |Views: 2

tags: another

jQuery AJAX calls to a WCF REST Service(www.west-wind.com)

submitted by LearLear(1195) 3 months, 1 day ago

In this post I'll show how you can use jQuery to call a WCF REST service without requiring the ASP.NET AJAX ScriptManager and the client scripts that it loads by default. read more...

add a comment |category: |Views: 4

tags: another

calling Javascript methods on updatepanel events(hemantg.blogspot.com)

submitted by hemantghemantg(145) 3 months, 14 days ago

Recently came up with a scenario where I need to call a Javascript function to update a label with client side time on auto save, while auto saving was working fine, the only issue was capturing the time, since the label was updated at server we would end up with server time, so the do get client side time the option is to call a JS function at end request of update panel now the problem, there are multiple update panels on the page how do we read more...

add a comment |category: |Views: 7

tags: another

Coordinating multiple ajax requests with jquery.when(lostechies.com)

submitted by rcashrcash(4144) 3 months, 21 days ago

This article discusses how to make multiple ajax requests, and it doesn’t make sense to work with the results until after all of them have returned. read more...

add a comment |category: |Views: 26

tags: another

Need Accessibility in Your ASP.NET AJAX Apps? You’re Already Covered(blogs.telerik.com)

submitted by plt060plt060(60) 4 months, 5 days ago

Let’s take a look at just how Telerik's ASP.NET AJAX controls help you make your applications more accessible. read more...

add a comment |category: |Views: 7

tags: another

Client-Side Hierarchical DataBinding to OData with RadGrid for ASP.NET(blogs.telerik.com)

submitted by plt060plt060(60) 4 months, 9 days ago

In this blog post we'll demonstrate an approach for detail table databinding to an OData service right in the client. The example uses 3 levels if hierarchical data, but the approach is general enough to work with an arbitrary number of detail tables. read more...

add a comment |category: |Views: 27

tags: another

Ajax rounded corner control in asp.net (www.dotnetlogix.com)

submitted by dotnetlogixdotnetlogix(524) 4 months, 30 days ago

There is a very good control in AJAX to make rounded type shape. We can create rounded shape in many design by using Corners property of this control. read more...

add a comment |category: |Views: 4

tags: another

AJAX Text Box Watermark Extender (www.dotnetlogix.com)

submitted by dotnetlogixdotnetlogix(524) 5 months, 23 days ago

This article shows how to use two new AJAX Controls, TextBoxWatermarkExtender and ValidatorCalloutExtender in ASP.NET 3.5. read more...

add a comment |category: |Views: 4

tags: another

Call ASP.NET Page Methods using your own AJAX(dailydotnettips.com)

submitted by rcashrcash(4144) 5 months, 23 days ago

ASP.NET has grown tremendously over the years. Especially after Microsoft has introduced JQuery as a primary javascript development tool. However with AJAX, many developers do seek places to actually call a page using normal AJAX based applications. In this post I will show you how to invoke your own page methods using AJAX. read more...

1 comment |category: |Views: 32

tags: another

Working with HTML Fragments in jQuery (www.moretechtips.net)

submitted by MikeMoreMikeMore(294) 6 months, 3 days ago

When you are working in jQuery with generated HTML fragments that are returned from AJAX, It is interesting to note these cases.. read more...

1 comment |category: |Views: 9

tags: another

AjaxControlToolkit vs jQuery(blogs.dotnetkicks.com)

submitted by vijaystvijayst(1307) 6 months, 5 days ago

This post compares two of the popular tools that provide Ajax like behaviour on the client side: AjaxControlToolkit and jQuery UI. AjaxControlToolkit is a open-source assembly hosted on Codeplex. jQuery UI is a open-source, cross-browser compatible UI framework built on top of jQuery. read more...

add a comment |category: |Views: 49

tags: another