Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

What are the properties of xmlhttprequest?

0 Answers  


What is advantage of ajax?

0 Answers  


Cannot parse xml generated by jsp I am generating an xml using jsp, when I run the jsp in ie it shows the xml as per dom, but when I try to parse it using javascript , the command xmldoc.documentelement ?

0 Answers  


How do we manage concurrent request?

0 Answers  


Explain differences between the page execution lifecycle of an asp.net page and an asp.net ajax page?

0 Answers  


Why do we use the xmlhttprequest object in ajax?

0 Answers  


Differentiate between synchronous and asynchronous ajax requests.

0 Answers  


Where AJAX cannot be used?

1 Answers  


Why does html_ajax hang on some server installs?

0 Answers  


What is the difference between a destructor and a garbage collector?

0 Answers  


Are there usability issues with ajax?

0 Answers  


How do I access data from other domains to create a mashup with java?

0 Answers  


Categories