User Profile

Collapse

Profile Sidebar

Collapse
tim8w
tim8w
Last Activity: Mar 11 '16, 04:00 PM
Joined: May 8 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • 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...
    See more | Go to post

    Leave a comment:


  • Rabbit,

    Was trying to do something like this:

    Code:
    <tr <%If ((rsScheduleItem.Fields.Item("FormatID").Value) = 36) Then Response.Write("style=display:inline;") : Response.Write("style=display:none;")%>>
    But I couldn't get it to work...

    I ended up doing this instead:

    Code:
    <%If ((rsScheduleItem.Fields.Item("FormatID").Value) =  36) Then %>
    ...
    See more | Go to post
    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:


  • tim8w
    started a topic Passing embedded string to Response.Write

    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...
    See more | Go to post
No activity results to display
Show More
Working...