What are the limitations of Ajax?

Answers were Sorted based on User's Feedback



What are the limitations of Ajax?..

Answer / v madhu babu

An Ajax Web Application tends to confuse end users if the network bandwidth is slow and there is no full postback running.

Is This Answer Correct ?    0 Yes 0 No

What are the limitations of Ajax?..

Answer / rajesh

Const FOF_CREATEPROGRESSDLG = &H0&

Const MyZip ="C:Documents and SettingsabcdDesktopWIPMyZipFile.zip"

Const File1 = "C:Documents and SettingsabcdDesktopWIPABCD.xml"

'-------------- create empty zip file ---------

'Create the basis of a zip file.
CreateObject("Scripting.FileSystemObject") _
.CreateTextFile(MyZip, True) _
.Write "PK" & Chr(5) & Chr(6) & String(18, vbNullChar)


'-------------- zip ---------------------------

'get ready to add files to zip
With CreateObject("Shell.Application")

'add files
.NameSpace(MyZip).CopyHere File1, FOF_CREATEPROGRESSDLG

End With
wScript.Sleep 1000

wscript.echo "Done!"

'-------end adding files to zip folder------------------------------

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More AJAX Interview Questions

How to create an ajax website using visual studio?

0 Answers  


What is xmlhttprequest object in ajax?

0 Answers  


Should I use xml or text, javascript, or html as a return type?

0 Answers  


How was ajax killed?

0 Answers  


Why do we use the xmlhttprequest object in ajax? : asp.net ajax

0 Answers  






Would we be able to call server-side code from javascript?

0 Answers  


How to handel error in ajax?

0 Answers  


What are the types of open() method used for xmlhttprequest?

0 Answers  


Does ajax have the same meaning as xmlhttprequest?

0 Answers  


What are the technologies used by ajax?

0 Answers  


Are there any security issues with ajax?

0 Answers  


Describe how to handle concurrent ajax requests?

0 Answers  


Categories