I have a hidden field that i want to bind to either a function on the page's code behind. I don't quite recall the exact syntax and i can't find the answer via Google. Is the code below correct? Thank.
print("<asp:HiddenField ID="dummy" Value='<%#Getdummy() %>' runat="server" />");