I need to pass the following to Response.Write:
style="display: none;"
Can't get it to accept this correctly...
style="display: none;"
Can't get it to accept this correctly...
<tr <%If ((rsScheduleItem.Fields.Item("FormatID").Value) = 36) Then Response.Write("style=display:inline;") : Response.Write("style=display:none;")%>>
<%If ((rsScheduleItem.Fields.Item("FormatID").Value) = 36) Then %>
<tr>
</tr>
<% End If %>
Comment