What is the correct syntax to add a Eval() function to the NavigateURL attribute of asp:HyperLink?
I am trying to achieve the below:
NavigateUrl="http://home/?<%# Eval("U_ID") %>"
The link should be "http://home? + the value of U_ID" But the syntax isn't right I know. Whats the correct spelling?