I have a C#/ASP page. It has a repeater on it. Within this repeated I need to be able to access on one of the iterations the value stored within a hidden field on the page.
I have gotten as far as the below script, but cannot figure out how to access the hidden field control on the page.
<%# Container.ItemIndex == 0 ? "in " HIDDENFIELD.VALUE : "" %>
Can anyone assist please. Thanks!
Syntax of script as follow
You need
hiddenfield‘s ID