Friday, 4 July 2008

Simple XMLHTTP Question

Hi Guys,

I have a small question related to XMLHTTP; Is it always a better idea to have XmlHttpRequest in Javascript, or is it a good idea to have C# assembly (class library) that does the smae thing? my question is "Is it Javascript or Class library"??

I am thinking C# assembly would be better, because it gives us some exception handling features. I dont know much about Javascript.

Please Clarify me.

Thanks in advance
Suresh

2 comments:

Subramani said...

Suresh,

It is better to use Javascript because it is light weight and supported by most browsers.it is easy to write,also supports error handling mechanism. Javascript also cross browser scripting

Suresh Thotakura said...

Many Thanks subbu