What are good/fast methods to pull data from a database using JavaScript?
Posted
by
Yatrix
on Programmers
See other posts from Programmers
or by Yatrix
Published on 2012-07-05T21:54:36Z
Indexed on
2012/07/06
3:23 UTC
Read the original article
Hit count: 214
I'm pretty new to web technologies and I am creating a filter control that will have cascading controls. We are doing a lot of this through JavaScript and are debating the best route to take to the database. HTTPHandlers, WebServices and Ajax are all being considered (or a combination of them). We want to be able to handle a million rows in theory, so it has to be scalable to at that. We are going through JavaScript as our page must not do post-backs, if your'e wondering.
I'm asking from an architectural standpoint, but will take any useful information. Links, control suggestions - anything you have, I'll happily listen to.
© Programmers or respective owner