Jump to content

Asp to asp.net

- - - - -

  • Please log in to reply
No replies to this topic

#1
reachpradeep

reachpradeep

    Learning Programmer

  • Members
  • PipPipPip
  • 41 posts
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




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users