Hi everyone,
I cannot get into Design View after I insert this piece of code.
<asp:templatecolumn visible=False headertext="Edit Comments">
<edititemtemplate>
<a href="javascript:void window.open('comments.aspx?reqID=<%#DataBinder.Eval (Container.DataItem, "RequestID")%>','test','width=500 height=500')">Edit</a>
</edititemtemplate>
</asp:templatecolumn>
The error I get says:
"Could not open in Design view. Quote values differently inside a '<% ... "value" ... %>' block.
I can compile just fine and everything seems fine, except I cannot get into design mode. Anyone come across this before?
Keith
I cannot get into Design View after I insert this piece of code.
<asp:templatecolumn visible=False headertext="Edit Comments">
<edititemtemplate>
<a href="javascript:void window.open('comments.aspx?reqID=<%#DataBinder.Eval (Container.DataItem, "RequestID")%>','test','width=500 height=500')">Edit</a>
</edititemtemplate>
</asp:templatecolumn>
The error I get says:
"Could not open in Design view. Quote values differently inside a '<% ... "value" ... %>' block.
I can compile just fine and everything seems fine, except I cannot get into design mode. Anyone come across this before?
Keith