AJAX (newbie) Question

S

shlomi.schwartz

Hi all, sorry for the newbie question.

I'm new to C# and trying to do something like a Java Servlet.

My goal is to write an AJAX web client that calls a C# class with an
XML Request, and that gets an XML as a response.(Without using the
AJAX.NET professional framework)

I did something like that using JAVA and would like to learn how to do
it using ASP.NET and C#

could you please guide me, or post some code examples and configuration
(web.config)?

thanks again.
 
I

Ignacio Machin \( .NET/ C# MVP \)

Hi,

Take a look into the Atlas project. It's an AJAX implementation to be used
in asp.net

it's simple to use
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top