![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
| Hello, | | I am working on a web site in ASP. I want to show a portion of the | page if the databse field contains a certain word. I know how to | display something if the field is empty or not empty, but I want to | display something if the field contains the word "none" anywhere in | the body of text. | | Here's the code I'm trying. I thought I could use the LIKE command, | but to no avail: | | <% if Recordset1.Fields.Item("strEduMaterials").Value LIKE "none" then | % |
![]() |
| Thread Tools | |
| Display Modes | |
| |