我试图通过单击linkbutton来打开一个具有给定地址的弹出窗口,它显示出返回错误是关键字和预期的标识符错误...我正在使用asp.net
<asp:LinkButton ID="CommentAction" href='<%# "CommentAction.aspx?ID="+Td1.InnerText%>' onclick="return popitup(this.href)" class="btn btn-default btn-sm" runat="server" >
答案 0 :(得分:0)
如果您像我一样使用c#,请在页面加载中添加页面加载功能:
databind();
如果尚未完成操作,将没有数据,因此将获得空值