Hi all,
I want to know how to process a page by using AJAX?
I have a table with 10MB size of data...
I have a form, in that i used 4 select boxes.
First one is populated on column1 of distinct values...
based on selection of first, second will be populate by fetching column2 data based on column1(selected in first select box), like that upto 4 select boxes are there...
For this i used AJAX.
Now my question is;
Is the data of size 10MB will fetch at the time of loading the AJAX page, and based on selection it will populate on client side...?
(or)
Every time the query will go to server and populate the items for each select boxes...?
Give me the clarification about this...
Thanking you...



Reply With Quote



Bookmarks