в моем .aspx я ищу, чтобы добавить в оператор If на основе значения, полученного из привязки.Я пробовал следующее:
<% if(bool.Parse(Eval("IsLinkable") as string)){ %>
monkeys!!!!!!
(please be aware there will be no monkeys,
this is only for humour purposes)
<%} %>
IsLinkable - это bool, пришедший из Binder.Я получаю следующую ошибку:
InvalidOperationException
Databinding methods such as Eval(), XPath(), and Bind() can only
be used in the context of a databound control.