Jes Sie

Jes Sie

  • 702
  • 1.2k
  • 264.4k

Inserting Data To SQL Global Temporary Table From ASP.NET C#

Jan 17 2020 9:17 AM
Is it possible to insert data to a SQL global temporary table using C# in asp.net? After inserting, I want to retrieve that data and display it on the same page. To better explain it, please refer to the images below:
 

 
I want to insert the given values into the SQL temporary table. After inserting, I want to retrieve the inserted data and display it like the picture below:
 

 
 
Can someone show me or direct me to a reference on how to do this? thank you 

Answers (2)