S
shapper
Hello,
I have the following:
If MyTag Is Nothing Then
...
End If
I am getting an error.
MyTag is of type HtmlTextWriterTag
Private MyTag As HtmlTextWriterTag
How can I check if a value was given to MyTag or not?
Thanks,
Miguel
I have the following:
If MyTag Is Nothing Then
...
End If
I am getting an error.
MyTag is of type HtmlTextWriterTag
Private MyTag As HtmlTextWriterTag
How can I check if a value was given to MyTag or not?
Thanks,
Miguel