zoukankan      html  css  js  c++  java
  • 如何解决“未能在设计视图中打开,在中以不同方式将值括起来

     我在.net的代码模式对数据进行绑定,如下  
        
      <a   target=_blank   href="articleshow.aspx?articleid=<%#DataBinder.Eval(Container.DataItem,"articleid")%>">  
      <%#DataBinder.Eval(Container.DataItem,"title")%></a>  
        
        可在切换回视图状态时却显示“未能在设计视图中打开,在<%...%>中以不同方式将值括起来”,  
      但是我又可以调试,而且结果正确,不知是为什么?<a   target=_blank   href='articleshow.aspx?articleid=<%#DataBinder.Eval(Container.DataItem,"articleid")%>'>  
        
      href后面用单引号
  • 相关阅读:
    广搜 BFS()
    最短路-A
    DFS-C
    codeforces contest
    小技巧
    将博客搬至CSDN
    建树
    codeforces gym102411 Equidistant(图论+乱搞)
    codeforces 1250N wires(简单图论)
    Splay 树
  • 原文地址:https://www.cnblogs.com/googlegis/p/2979166.html
Copyright © 2011-2022 走看看