Is this possible. I'd like to place a field in my datagrid (bid_id) and make it visible=false. Then use that value to append data to a different field in the grid....like this..

Code:
<%# If Container.DataItem ("Bid_Id") = "44444"  Then%>
<%# Container.DataItem ("Bid_Schedule_Desc")%>
<%else%>
<b>DELAYED</b>
<%# Container.DataItem ("Bid_Schedule_Desc")%>
<%end if%>
of course I'm getting an error...