i have a bit of a issue(kinda stupid), in asp i have something like
strSQL = execute stored procedure
ser objRS = objConn.Execute (strSQL)
Then i have
If objRS.BOF OR objRS.EOF Then
'blah blah
else
'do something
response.write objRS("Name")
end if
How do i do this in HTML part of a .Net page?
Thank you for your help
No replies to this topic
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









