A
Arjen
Hi,
I do this inside a repeater:
<% if ((Boolean)((DataRowView)Container.DataItem)["Image"] == true) { %>
<%} %>
I get this message:
CS0103: The name 'Container' does not exist in the current context
I need to check this...How can I fix this?
Thanks!
I do this inside a repeater:
<% if ((Boolean)((DataRowView)Container.DataItem)["Image"] == true) { %>
<%} %>
I get this message:
CS0103: The name 'Container' does not exist in the current context
I need to check this...How can I fix this?
Thanks!