query about retrieving data from varbinary types
C#
1
Posts
1
Posters
0
Views
1
Watching
-
When using the "SQLServer" mode in web.config in ASP.NET, the session objects' values will be stored into an SQL server as varbinary data types.... What i am interested to know if there is a way to deserialize the varbinary data type back into the same session object as before...... Thanks