F
fig000
Hi,
I have some code written into the html in a dot.net form:
<%if test(Container.DataItem("user_id")) =2%>
I've been able to use container.dataitem in these <%%> pairs as an
expression to provide values for clauses. I've also been able to call
functions as above, as long as I don't use Container.DataItem to pass
some value from the bound data to the function. If I do I get the
error:
Name 'Container' is not declared.
I've tried a number of different things but no success. Any help
would be appreciated.
Thanks,
Neil
I have some code written into the html in a dot.net form:
<%if test(Container.DataItem("user_id")) =2%>
I've been able to use container.dataitem in these <%%> pairs as an
expression to provide values for clauses. I've also been able to call
functions as above, as long as I don't use Container.DataItem to pass
some value from the bound data to the function. If I do I get the
error:
Name 'Container' is not declared.
I've tried a number of different things but no success. Any help
would be appreciated.
Thanks,
Neil