Feb 17, 2002 #1 help120 Technical User Apr 15, 2001 198 US I want to show info based on what's in a field. This is what I was thinking of.. if request.field("category" = photoshop then response .write rs("title" end if
I want to show info based on what's in a field. This is what I was thinking of.. if request.field("category" = photoshop then response .write rs("title" end if
Feb 17, 2002 #2 SrinuReddy Programmer Jan 30, 2002 71 IN If u are compring and then displaying then use : if strcomp(request.field("category"& "","photoshop",vbtextcompare)= 0 then response.write rs("title" end if Upvote 0 Downvote
If u are compring and then displaying then use : if strcomp(request.field("category"& "","photoshop",vbtextcompare)= 0 then response.write rs("title" end if
Feb 17, 2002 #3 SrinuReddy Programmer Jan 30, 2002 71 IN If u are compring and then displaying then use : if strcomp(request.field("category"& "","photoshop",vbtextcompare)= 0 then response.write rs("title" end if srinu... Upvote 0 Downvote
If u are compring and then displaying then use : if strcomp(request.field("category"& "","photoshop",vbtextcompare)= 0 then response.write rs("title" end if srinu...