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 do we debug javascript?

0 Answers  


How many validation controls are available in asp.net ajax 4.0? : asp.net ajax

0 Answers  


Describe the ajax design pattern.

0 Answers  


What is a simple example of where a ajax request would be used?

0 Answers  


Why did ajax kill himself?

0 Answers  


What are the types of post back in Ajax?

1 Answers  


How can we handle exception handling in Ajax?

1 Answers  


Can we use nested update panel in Ajax?

1 Answers  


What is the difference between RegisterClientScriptBlock, RegisterClientScriptInclude and RegisterClientScriptResource?

1 Answers   Clavax Technologies,


What's the difference in HTML AJAX, ASP.Net AJAX?

0 Answers   Hoch Technologies,


How does one call a javascript function from the ajax code?

0 Answers  


What is the role of the callback function in ajax?

0 Answers  


Categories