Library tutorials & articles
Remote Scripting Made Easy
- Introduction
- Client-side scripting
- Server-Side Requirements
Introduction
One of the issues that we had when we first started to develop commercial web sites was some of the limitations of using a browser as the interface. This was three or four years ago, but we are only just now starting to see some improvement in the richness of interface that can be offered. And, in our opinion, some changes just couldn't come fast enough.
For instance, there were many cases where we wanted to retrieve information from the server immediately after the user had performed some action, like entering a customer number. In our 'ideal' universe, the entry of the customer number would trigger a request to the server to retrieve the name, address and contact person. All of this without needing to repaint Internet Explorer or requiring that the page be refreshed. Now in today's world, we might examine Web Services or SOAP as the tool to use. But for simplicity, both then and now, we can use Remote Scripting to get the functionality up and running within minutes. And with a minimum of learning curve. The purpose of this article is to get YOU up and running on remote scripting.
Related articles
Related discussion
-
.NET Developer in Ghana Required....
by sysview (0 replies)
-
Problem when using TemplateField and ImageButton
by ashiquemca (15 replies)
-
problem with special characters
by avlisodraude (1 replies)
-
PrintDocument printing using DOS print
by squrrel (1 replies)
-
Web App Service Project - Assistance Requested
by JusticeV (0 replies)
Related podcasts
-
jQuery in ASP.NET
In this episode Chris Brandsma, Rick Strahl, Dave Ward, Bertrand Le Roy, Scott Koon, and Steven Harman discuss Microsoft's jQuery in ASP.NET announcement.This episode of the Alt.NET Podcast is brought to you by LLBLGen Pro, the most mature O/R mapper and code generator out there.Are you loo...
Events coming up
-
Nov
20
Full Frontal JavaScript Conference
Brighton, United Kingdom
A one day JavaScript conference held in Brighton, UK whose essence is to discuss JavaScript "with nothing concealed or held back".The conference is being held at one of the world's first cinemas, which first opened in 1910.Speakers include...
Thats what drives me nuts about AJAX - its the wrong way to do 90 percent of what people are freaking out over and getting so hyper whatevered over.
http://sportsforum.ws - chat room on top (use IE - chat stuff doesnt need it - if I make a blank white page with nothing on it - it doenst work in Moz cause I made it)
The typing part is sort of hidden under the chat, when your curser is on the bottom of that little chat area you can see it change to like pull down type - pull down
Just script - no refresh - no xmlhttp - no security issues - works (if written by someone else
My scripts probably look like crap, cause I am throwing them up, and on to the next - but they work - and in the case of the chat - I wrote that over two years ago - and still nobody picks up and uses that simple little method.
You mention a "ZIP file in the resources section on the right" with the relevant files but I could not find it. This is a very interesting article and would like to try it out.
Also is it possible to use the same technique but haveing the calls to the remote scripts from a script which is being processed on the server (i.e. an asp page on the server calling a remote script on the same server or a remote server)
Thanks
This thread is for discussions of Remote Scripting Made Easy.