Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

If True ... Else

Status
Not open for further replies.

Hendy

Programmer
Oct 3, 2000
20
GB
I have a field in my database that is true or false. I want the ASP to display the Words Yes or No instead of true or false. I gather it is if true ... else statement.

Can anyone help?
 
if rs("fieldName") then
response.write("Yes")
else
response.write("No")
end if

:)
Paul Prewett
penny.gif
penny.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top