HighTechTalks DotNet Forums  

ajax in asp.net

ASP.net Web Services microsoft.public.dotnet.framework.aspnet.webservices


Discuss ajax in asp.net in the ASP.net Web Services forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
AT
 
Posts: n/a

Default ajax in asp.net - 06-06-2006 , 06:23 AM






Hi all i have tried to implement ajax
and im trying to use this with webservice.asmx

http_request.open('POST', 'http://..service.asmx/TestConnection',
false);
http_request.setRequestHeader('Content-Type','text/xml');
http_request.send('Id=var');


but this dosent seems to be working . i dont what is wrong with this
code.
please help me.


Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.