i create a sql table on page load
table name is generated randomly using session varaible
when the page is no longer in use or closed
i need to remove all the session variables aswell as drop the tables created in SQL from code
You can do it in Page load of another page or in Session end event in global.asax
http://www.freewebdevelopersite.com/2011/03/21/application-events-in-global-asax/
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.