aspx_beginners thread: datagrid
I'm trying to test a value of a field in my datagrid. If it's a certain
value I want to append data to another field in my grid. Heres the code
I'm using, but am getting an error: Expression Expected. Am I doing this
correctly?
<ItemTemplate>
<%
# IIf(Container.DataItem ("Bid_Id") = "44444", Container.DataItem
("Bid_Schedule_Desc"),
"<b>DELAYED</b>" & Container.DataItem ("Bid_Schedule_Desc")) %>
</ItemTemplate>
|





