ASP.NET控件中传递绑定的参数

  <asp:LinkButton ID="lnkHostID" runat="server" Text='<%#Eval("hostid") %>' OnClientClick='<%# String.Format("return GotohostList(\"hostid={0}\")", Eval("hostid")) %>'></asp:LinkButton>

 

posted @ 2012-05-10 15:32  bule  阅读(168)  评论(0编辑  收藏  举报