473,320 Members | 1,746 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

ajax

Hi all i have just tried an example of ajax.
i just wanted to know is ajax possible in asp.net with c#
Thanks for replying me .

Jun 6 '06 #1
5 1323
On 5 Jun 2006 21:07:01 -0700, "jack" <ga**********@gmail.com> wrote:
Hi all i have just tried an example of ajax.
i just wanted to know is ajax possible in asp.net with c#
Thanks for replying me .


take a look at atlas.asp.net
It has lots of really good stuff making it easy to use AJAX. It is in
beta though so be careful.
Peter Kellner
http://peterkellner.net
Jun 6 '06 #2

jack wrote:
Hi all i have just tried an example of ajax.
i just wanted to know is ajax possible in asp.net with c#
Thanks for replying me .


Yes Ajax is very simple to do in asp.net with C#. There are lots of
good examples on the net just Google for one.

My main thoughts on Ajax after the initial "WOW that's cool and really
easy!" were that it would be great for some content that needed to be /
look dynamic, but I wouldn't want to go over the top and implement
everything this way simply because it's much more of an overhead to
implement.

It's a design choice really if you can get away with a post back then
leave it that way if you really need it to be seamless then use Ajax.

I haven't had a chance to play with the Atlas stuff yet (because it
doesn't run on the development server) but apparently it makes the
implementation much quicker.

Jun 6 '06 #3
I have created a web service and am trying to call it with a post
method. but dosent seems to work below is my code

http_request.onreadystatechange = alertContents;
http_request.open('POST', url, false);
http_request.setRequestHeader ('Content-Type',
'application/x-www-form-urlencoded');
http_request.send("DistributorId='aa'");

'response value which is in a saperate function

alert("response:" + http_request.responseText);
please help me..

Jun 7 '06 #4
can any one help me in this please

Jun 7 '06 #5

jack wrote:
I have created a web service and am trying to call it with a post
method. but dosent seems to work below is my code

http_request.onreadystatechange = alertContents;
http_request.open('POST', url, false);
http_request.setRequestHeader ('Content-Type',
'application/x-www-form-urlencoded');
http_request.send("DistributorId='aa'");

'response value which is in a saperate function

alert("response:" + http_request.responseText);
please help me..


Take a look at the following: About half way down the article is a
description of the implementation.

http://www.codeproject.com/soap/JavaScriptProxy_01.asp

Jun 7 '06 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

11
by: Yarco | last post by:
I want to use "Ajax" to create my web for hobby. But i don't know whether "Ajax" is mature... And what about with php? Someone have experience on it? ....
4
by: bobzimuta | last post by:
I'm creating a simple AJAX library. It's an object that will return an array containing the response text or xml. I'm trying to find a way to assign the response as a property of the object, but...
0
by: melledge | last post by:
Ajax Developers' Day added to XTech 2006 agenda XTech 2006 - 17-19 May - Hotel Grand Krasnopolsky - Amsterdam, The Netherlands
0
by: melledge | last post by:
Ajax Developers' Day to Kick Off XTech 2006 Conference Industry experts offer insight into next generation of the Web ALEXANDRIA, VIRGINIA, USA - April 25, 2006 - In response to the rapidly...
1
by: www.web20developers.com | last post by:
http://www.web20developers.com http://www.web20developers.com/index.php?option=com_content&task=view... Ajallerix : AJAX, simple, fast Web image gallery demo ; at Novell AJAX -...
10
by: =?Utf-8?B?WWFua2VlIEltcGVyaWFsaXN0IERvZw==?= | last post by:
controlsPlease could some of you here post some of your live examples of AJAX (esp drag panels, collapsable panels, and popup menu.) (It's one thing to talk about how great something is, but it's...
2
by: soni2926 | last post by:
hi, does anyone know of any good books on ajax and asp.net, one that teaches ajax itself before jumping in atlas? I wanted to get an understanding of ajax and how to use it, most books i've seen...
1
by: shaunwo | last post by:
I'm an AJAX / DOM Novice (at best) and trying to figure out how to write the value to a couple input fields. I don't remember exactly where I got the ajax.js file I'm using from (went to the website...
11
by: =?Utf-8?B?R2VyaGFyZA==?= | last post by:
I have run into a situation that if a page/tab that uses the Ajax toolkit (using .net version 3.5) is closed before the Ajax enable controls complete loading, then IE locks up. Does it in both IE7...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.