当前位置: 代码迷 >> ASP.NET >> 应输入单行注释或行尾? 这也有错?该如何解决
  详细解决方案

应输入单行注释或行尾? 这也有错?该如何解决

热度:8171   发布时间:2013-02-26 00:00:00.0
应输入单行注释或行尾? 这也有错?

以前在DataGrid   中用的,   没问题,   怎么在   GridView   中就有错  
<asp:TemplateField   HeaderText= "主题 "   HeaderStyle-Width= "400 ">
                    <ItemTemplate>
                          <a   href= 'ReadMesssage.aspx?ID= <%   #   DataBinder.Eval(Container.DataItem, "ID ")   %> '       title= "读取邮件 ">
                                    <%#   DataBinder.Eval(Container.DataItem, "Title ")   %>
                          </a>
                    </ItemTemplate>
                </asp:TemplateField>

------解决方案--------------------------------------------------------
up
  相关解决方案