Session Variable Data Types |
|
Answered By
Moderator1
on
3/12/2010 12:25:05 AM |
|
|
|
|
Hi,
Basically in Asp.Net, all Session variables does not have any specific data types. It will be taken as the data type of the value stored in it. For example, if you store an integer value, then the Session Variable can be treated as integer. And you can cast to any data type, even a dataset or datatable can also stored in Session. |
|
|
|