H
Henry Lee
Hi,
I want to tell if the .NET textbox.text control on the web page has been
input or not
So I write
If TextBox.Text <> "" then
.....
End IF
But you know it does not work , the error
"'text' is not a member of 'String'."
How to do it properly ?
Thanks for any input.
Henry
I want to tell if the .NET textbox.text control on the web page has been
input or not
So I write
If TextBox.Text <> "" then
.....
End IF
But you know it does not work , the error
"'text' is not a member of 'String'."
How to do it properly ?
Thanks for any input.
Henry