G
Guest
This html code snippet did not convert. The error msg is: "</asp:Image> has
no matching start tag in the same template". As you can see, there is a
starting tag. The function GetProperBmpFile is being called in a c#. It is
called many times to decide what color 'light' to display on a datagrid. It
worked great in 2003. Anybody know why is doesn't compile in 2005?
<asp:Image runat="server" Width="25px" Height="25px" ImageURL='<%#
GetProperBmpFile(DataBinder.Eval(Container.DataItem,"AccreditationExp").ToString()) %>' ID="Image1"/>
</asp:Image>
no matching start tag in the same template". As you can see, there is a
starting tag. The function GetProperBmpFile is being called in a c#. It is
called many times to decide what color 'light' to display on a datagrid. It
worked great in 2003. Anybody know why is doesn't compile in 2005?
<asp:Image runat="server" Width="25px" Height="25px" ImageURL='<%#
GetProperBmpFile(DataBinder.Eval(Container.DataItem,"AccreditationExp").ToString()) %>' ID="Image1"/>
</asp:Image>