Rabbit,
That's because what's in the first post is what I was trying to put in the Response.Write, but It won't take it that way. What I showed in the second post was an attempt to get it to work. I also tried it with double-quotes and triple quotes. None worked...
User Profile
Collapse
-
Rabbit,
Was trying to do something like this:
But I couldn't get it to work...Code:<tr <%If ((rsScheduleItem.Fields.Item("FormatID").Value) = 36) Then Response.Write("style=display:inline;") : Response.Write("style=display:none;")%>>
I ended up doing this instead:
...Code:<%If ((rsScheduleItem.Fields.Item("FormatID").Value) = 36) Then %>Last edited by Rabbit; Feb 26 '16, 10:39 PM. Reason: Please use [code] and [/code] tags when posting code or formatted data.Leave a comment:
-
Passing embedded string to Response.Write
I need to pass the following to Response.Write:
style="display: none;"
Can't get it to accept this correctly...
No activity results to display
Show More
Leave a comment: