Upcoming AJAX stories

AjaxFileUpload In Asp.Net With Drag Drop And Progress Bar(www.csharpaspnetarticles.com)

submitted by amit.jainamit.jain(1167) 4 days, 13 hours ago

This Example explains how to use AjaxFileUpload Control With Drag Drop And Progress Bar Functionality In Asp.Net. read more...

add a comment |category: |Views: 4

tags: another

UpdateProgress Control Example(www.csharpaspnetarticles.com)

submitted by amit.jainamit.jain(1167) 27 days, 15 hours ago

n this example i'm explaining how to use UpdateProgress Control In Asp.Net with ProgressTemplate. read more...

add a comment |category: |Views: 7

tags: another

Edit GridView Using Ajax ModalPopUp Extender Asp.Net (www.csharpaspnetarticles.com)

submitted by amit.jainamit.jain(1167) 1 month, 3 days ago

In this example i'm explaining how to Edit or Update GridView records with Ajax ModalPopUpExtender In Asp.Net Using C# and VB. read more...

add a comment |category: |Views: 17

tags: another

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

submitted by ma4ti4ma4ti4(245) 3 months, 17 days 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: 14

tags: another

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

submitted by pavanaryapavanarya(131) 4 months, 29 days ago

Calling web service from javascript. read more...

add a comment |category: |Views: 4

tags: another

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

submitted by StilgarStilgar(10) 5 months, 24 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) 6 months, 12 days 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: 7

tags: another

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

submitted by hemantghemantg(145) 6 months, 24 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: 8

tags: another

Windows Dedicated Servers vs. Virtual Private Servers(www.epicwinhosting.com)

submitted by bsenoffbsenoff(1584) 13 days, 1 hour ago

Our friends of Epic Win Hosting spell out all of the differences you need to know about. read more...

add a comment |category: |Views: 184

tags: another

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

submitted by plt060plt060(388) 7 months, 16 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

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

submitted by dotnetlogixdotnetlogix(524) 8 months, 10 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) 9 months, 2 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

Reading and Parsing a CSS file in ASP.Net - DotNetLogix(www.dotnetlogix.com)

submitted by dotnetlogixdotnetlogix(524) 9 months, 16 days ago

In this article I am going to show how we can read and parse a CSS file in asp.net. read more...

add a comment |category: |Views: 4

tags: another

Ajax DropShadowExtende - DotNetLogix(www.dotnetlogix.com)

submitted by dotnetlogixdotnetlogix(524) 9 months, 16 days ago

DropShadow is an extender which applies a "Drop Shadow" to a Panel. read more...

add a comment |category: |Views: 0

tags: another

AJAX Accordion Control in ASP.NET - DotNetLogix(www.dotnetlogix.com)

submitted by dotnetlogixdotnetlogix(524) 9 months, 16 days ago

The Accordion is a web control that allows us to provide multiple panes and display them one at a time. It is like having several CollapsiblePanels where only one can be expanded at a time. read more...

add a comment |category: |Views: 4

tags: another

jQuery AJAX Error Handling Function(www.unseenrevolution.com)

submitted by UnseenRevolutionUnseenRevolution(25) 9 months, 25 days ago

Set a default error handling function for jQuery AJAX requests. Catch timeouts, JSON parsing errors, connectivity errors, 404 and 500 errors cleanly and simply. read more...

add a comment |category: |Views: 5

tags: another

ASPNet Wrapper for ExtJS 4 WebServices(www.martinkunc.com)

submitted by martinkuncmartinkunc(68) 9 months, 28 days ago

Eden Ridgway has created an ASP.NET Ajax Web Services proxy for ExtJS 3 and I like that because it allows developer to use ASP.NET Web Service references and dont need to write url directly in there. Anyway, the code does not work anymore for ExtJS v. 4, because Sencha has changed their implementation a lot and there are some breaking changes. For example old Ext.data.HttpProxy is just an alias to a different class and above all, the class inheritance is changed a lot. More about this here read more...

add a comment |category: |Views: 66

tags: another