Hello,
I have a process in place where I have users enter column names for the data they want to pull from my database.  Currently I have about 74,000 rows in my column name table that I have to check each users entries against.  Instead of making up to 350 calls to my oracle procedure I want to pull down the 74,000 rows local to the users browser.  Then I can loop through the user entered list and do a select or find within the data that has been downloaded locally?  I know it can be done with winforms, but can it work good for web forms?  Is there a way that once this table is downloaded locally that it will not try and download again while the user is any place on my website? 

Thank you

Go to the complete details ...