The data on the SQL Server is over 70,000 rows. The pages refresh very slowly when I am making SUMing and GROUPing in the queries. Even after that, I frequently are left with 100s of rows.
I want to load the Temp table when the page is called and use it until the user goes elsewhere. My form has 4 dropdowns that are created from the data and builds 2 charts and 2 GridViews.
I don't want the user to be making a trip back to the SQL Server every few seconds.
Found some code to make a TEMP table but it loads from data keyed on screen. I already know how to make connection string. I need help with opening a query and filling the table.
[highlight #F57900]Anybody got some sample code??[/highlight]
Alan
I want to load the Temp table when the page is called and use it until the user goes elsewhere. My form has 4 dropdowns that are created from the data and builds 2 charts and 2 GridViews.
I don't want the user to be making a trip back to the SQL Server every few seconds.
Found some code to make a TEMP table but it loads from data keyed on screen. I already know how to make connection string. I need help with opening a query and filling the table.
[highlight #F57900]Anybody got some sample code??[/highlight]
Alan