F
Francois Soucy
Hi,
I've the following code in a Datagrid template column. The code work very
well but I cannot acces anymore to the design mode. VStudio.net tell me that
I must have Quote arround <% %> tag. They are there.. I've try many thing
but no more design mode. Someone can tell me more?
<ItemTemplate>
<a href=javascript
opup(
'ShowPhoto.aspx?Id=<%#Container.DataItem("Kid")%>' )>
<img border="0" src='<%#Container.DataItem("TnPath")%>'>
</a>
</ItemTemplate>
Thank,
Francois
I've the following code in a Datagrid template column. The code work very
well but I cannot acces anymore to the design mode. VStudio.net tell me that
I must have Quote arround <% %> tag. They are there.. I've try many thing
but no more design mode. Someone can tell me more?
<ItemTemplate>
<a href=javascript

'ShowPhoto.aspx?Id=<%#Container.DataItem("Kid")%>' )>
<img border="0" src='<%#Container.DataItem("TnPath")%>'>
</a>
</ItemTemplate>
Thank,
Francois