小弟无知,写成这样:
<asp:hyperlinkcolumn DataNavigateUrlField="ID" DataNavigateUrlFormatString="Master.aspx?id={0}&amp;index=1&amp;adminindex=3&amp;IsEdit=0&amp;IsDeleted=<%# IsDelete %>" DataTextField="Name" SortExpression="Name" HeaderText="Application (click to view)">

其中IsDelete 是后台程序中的一个参数,我试了一下,没有获得这个参数,地址栏中显示的是:
/Master.aspx?id=32&index=1&adminindex=3&IsEdit=0&IsDeleted=<%#%20IsDelete%20%>

怎么办呢?求高手帮助!

相关文章:

  • 2022-02-14
  • 2022-01-09
  • 2021-07-29
  • 2021-08-11
  • 2022-12-23
  • 2021-07-03
  • 2021-11-17
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-17
  • 2021-11-15
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案