N
nakhi
Hi,
what I want to do is simple, output a image whose URL is composed from a
field from a database.
the picture is shown in a Datagrid.
<ItemTemplate>
<img src="<%# databinder.eval(container.dataitem,"id")%>.jpg">
</ItemTemplate>
I am using VS.NET, the problem is it doesn't allow using <%, or u can not
switch to design mode after u write in HTML mode.
But I can't do that with Property dialog of the datagrid object in VS.NET,
can anybody tell me how could I do that in VS.NET design window?
Thanx
Nakhi
what I want to do is simple, output a image whose URL is composed from a
field from a database.
the picture is shown in a Datagrid.
<ItemTemplate>
<img src="<%# databinder.eval(container.dataitem,"id")%>.jpg">
</ItemTemplate>
I am using VS.NET, the problem is it doesn't allow using <%, or u can not
switch to design mode after u write in HTML mode.
But I can't do that with Property dialog of the datagrid object in VS.NET,
can anybody tell me how could I do that in VS.NET design window?
Thanx
Nakhi