Latest AJAX stories

Take a Walk on the Client Side with WebAPI and WebForms(blogs.telerik.com)

submitted by TelerikTelerik(388) 1 month ago

In my last blog I introduced the basics of using ASP.NET AJAX and WebAPI together in the same project. In addition, I showed how to bind results from WebAPI to a Telerik’s ASP.NET AJAX Grid. In this blog I will continue down this path and implement insert, update, and delete operations using WebAPI and RadGrid! read more...

add a comment |category: |Views: 128

tags: another

The Present and Future of Using JSON in WebForms(blogs.telerik.com)

submitted by TelerikTelerik(388) 1 month ago

I often come across individuals not sure of what JSON is, or how they can use it today, and I wanted to address this issue in a blog post. Of course I also want to take a look at what’s coming in ASP.NET 4.5 because I also want to show you the future of using JSON in our ASP.NET AJAX applications. So grab your whip and your favorite hat, come with me and let’s go exploring into the frontier that is JSON! read more...

2 comments |category: |Views: 174

tags: another

Using Ajax.BeginForm() with ASP.NET MVC(www.blackbeltcoder.com)

submitted by scwebgroupscwebgroup(332) 1 month, 6 days ago

The Ajax.BeginForm() HTML helper brings the same convenience as Html.BeginForm() but for AJAX posts. read more...

add a comment |category: |Views: 96

tags: another

Asynchronous FileUpload Example In Asp.Net Ajax(www.csharpaspnetarticles.com)

submitted by amit.jainamit.jain(1181) 1 month, 13 days ago

This example illustrate how to use AsycFileUpload Control in Asp.Net Ajax to upload files asynchronously with use of OnClientUploadComplete, OnUploadedComplete and OnClientUploadError events. read more...

add a comment |category: |Views: 31

tags: another

Your own sports news site with ESPN API and Knockout.js(www.strathweb.com)

submitted by fdubfdub(281) 1 month, 19 days ago

Build your own sports news hub with ESPN API, knockout.js, jQuery and Twitter boostrap. Source code included. read more...

add a comment |category: |Views: 246

tags: another

HTML5 drag and drop asynchronous multi file upload with ASP.NET WebAPI(www.strathweb.com)

submitted by fdubfdub(281) 1 month, 23 days ago

How to build an HTML5 drag and drop file uploader using ASP.NET Web API, jQuery and FormData read more...

add a comment |category: |Views: 214

tags: another

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

submitted by pavanaryapavanarya(131) 5 months, 3 days ago

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

add a comment |category: |Views: 10

tags: another

Atlas M1 Refresh - Some More Goodies(nikhilk.net)

submitted by dereklakindereklakin(1565) 6 years, 3 months ago

Some more detail on the Atlas January CTP for Nikhil Kothari. read more...

add a comment |category: |Views: 0

tags: another

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

submitted by pavanaryapavanarya(131) 5 months, 17 days 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: 10

tags: another

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

submitted by rcashrcash(4149) 7 months, 6 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

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

submitted by TelerikTelerik(388) 7 months, 24 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: 33

tags: another

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

submitted by rcashrcash(4149) 9 months, 8 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: 36

tags: another

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

submitted by MikeMoreMikeMore(298) 9 months, 19 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(1311) 9 months, 20 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: 51

tags: another

The new HTMLEditorExtender Control(stephenwalther.com)

submitted by vijaystvijayst(1311) 9 months, 22 days ago

This blogpost describes the new HTMLEditorExtender control in the Ajax Control Toolkit released in July 2011. This control extends any textbox to have rich-edit features. It is based on HTML5 and is compatible with all modern browsers. It has a flexible toolbar. It also takes care of security when the HTML text is posted to the webserver. read more...

add a comment |category: |Views: 166

tags: another

Uploading Files with AJAX (net.tutsplus.com)

submitted by rcashrcash(4149) 9 months, 29 days ago

Oh the fun things you can do with emerging web technologies. In this article we talk about uploading files via AJAX. read more...

2 comments |category: |Views: 41

tags: another