I need to create a temp table on page load and use it throughtout the life of the application - Your help is greatly appreciated - C# application.
The goal is not make multiple trips to the database to populate my temp table.
How do I create such table or what type of table should I create for this
scenarios ?
Go to the complete details ...