我知道有很多关于这个错误的线程,但我已经查看了所有线程并且无法使其工作。这可能是我忽略的非常小的东西。
这是我现在在 asp:Button 组件中的代码
<asp:Button ID="btn_profile" runat="server" Text="Bekijk de wenslijst"
CssClass="wenslijst_preview_btn"
OnClick="btn_goToChild_Click(<%# Eval("pk_child_id") %>)"/>
我尝试了多种方法,例如以下内容:
OnClick='btn_goToChild_Click(<%# Eval("pk_child_id") %>)'
但后来我收到以下错误:
preprocessor directives must appear as the first non-whitespace character on a line
如果您需要查看更多代码,请告诉我!