S
- Steve -
The following line of vb.net code works fine:
if(strAnswer.toUpper() = strUserAnswer.toUpper())
However in an ASP.net page I'm told
Object reference not set to an instance of an object
What am I doing wrong?
if(strAnswer.toUpper() = strUserAnswer.toUpper())
However in an ASP.net page I'm told
Object reference not set to an instance of an object
What am I doing wrong?