1、使用javascript函数:
 
NavigateUrl属性绑定<ItemTemplate>
NavigateUrl属性绑定     
<asp:HyperLink ID="EditLink" Runat=server NavigateUrl='<%# "javascript:edit(escape(\"" + DataBinder.Eval(Container.DataItem, "subcid") + "\"))" %>' ImageUrl="image/edit.gif" text="编辑">
NavigateUrl属性绑定     
</asp:HyperLink>
NavigateUrl属性绑定
</ItemTemplate>

2、

相关文章:

  • 2022-12-23
  • 2021-08-01
  • 2021-12-15
  • 2022-01-30
  • 2021-08-22
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-18
  • 2022-12-23
  • 2021-07-22
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案