What would do you consider to be the best way to handle large amounts of data on the client side? How about from a security standpoint?
I've been looking into the different methods to store and manipulate query results on the client side. The application I've been working on is an intranet site that has rate calculation functions as one of the features.
So far it's been running nicely on the lan but now we are looking to making this available online to provide access to other sites and telecommuting.
As is every single postback results in multiple calls to the database. This is costly in itself and adding more users will just exasperate the problem. The data on the client would need to be encrypted or at the very least obfuscated, and removed at the end of each user session.
Based on what I've learned so far at the very least it will require me to learn javascript, but are there other options out there? Most of my work is in C# and I'm not sure I'll have the time to properly learn a new language.
What do you consider to be the best approach to this problem?
edejonge 0 Newbie Poster
serkan sendur 821 Postaholic Banned Featured Poster
serkan sendur 821 Postaholic Banned Featured Poster
edejonge 0 Newbie Poster
serkan sendur 821 Postaholic Banned Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.