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

Jignesh KumarPosted Jan 18, 2020, 12:16 PM
Mounnad MohamedPosted Jan 17, 2020, 4:52 PM