Asynchron Process
-
In a web project i get some data from database. I intend to keep data in Session. i called the function asynchronously. but i wantto interrupt asynchron call and i wantto get data which is get untill i interrupted, How could i do?
You're using AJAX ? You'd have to make multiple AJAX calls until you got all the data, which means a lot of syncronising code in the javascript.
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
You're using AJAX ? You'd have to make multiple AJAX calls until you got all the data, which means a lot of syncronising code in the javascript.
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )