How to Check EMPTY(or) NULL Sting
Below code i have used i m getting ERROR
Dim strr As String
If (strr.ToString() = "") Then
Response.Write("HAI")
End If
i m getting the following Error
Object reference not set to an instance of an object.
Thanks in Advence