S
sean
HI There,
How can I check to see if the parameter is returning null? I have tried many
other legacy asp ways of doing things but nothing is working. Could smeone
help me out with my code.
Sean
if myCommand.Parameters("@errmsg1").value ="" Then
do something
else
do something else
end if
How can I check to see if the parameter is returning null? I have tried many
other legacy asp ways of doing things but nothing is working. Could smeone
help me out with my code.
Sean
if myCommand.Parameters("@errmsg1").value ="" Then
do something
else
do something else
end if