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
Friday, 4 July 2008
Subscribe to:
Post Comments (Atom)

2 comments:
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
Many Thanks subbu
Post a Comment