hello ...
I want to use temporary table in my asp.net web application.
In my application I need to select some employees from list . and im trying to store the selected employee to the temporary table( ##temptable).
How to store data into temporary table in efficient way so that I can use the data every where in form..
Go to the complete details ...