2
Answers

How to Check EMPTY(or) NULL Sting

Rajkumar R

Rajkumar R

12y
1.3k
1
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
Answers (2)