Tagged Questions
0
votes
3answers
2k views
ASP.Net Error - Unable to cast object of type 'System.String' to type 'System.Data.DataTable'
I get the below error
Unable to cast object of type 'System.String' to type 'System.Data.DataTable'.
This is the code I'm using
Dim str As String = String.Empty
If (Session("Brief") IsNot ...