Chapter 11 - default.aspx
I have an error with the "CheckEmailAddress" Function. The error message is:
"Value of type 'boolean' cannot be converted to 'System.Data.IDataReader'" with reference to the following If statement:
If Result > 0 then
Return true
Else
Return false
End If
Also, when I get the error, it doesn't display what the error is, just that "the page can't be displayed".
Can someone help me with either error?
Thank you
|