protected void DataList1_ItemDataBound(ob
{
//ImageContent='<%# Eval("ImageContent") %>'
RbmBinaryImage DynamicImage = (RbmBinaryImage)e.Item.Fin
if (DynamicImage != null)
DynamicImage.ImageContent = (byte[])((DataRowView)e.It
}
Can you help me.
Main Topics
Browse All Topics





by: MrAgilePosted on 2009-11-07 at 22:33:50ID: 25769616
hi there,
en-us/libr ary/ system .web.ui.we bcontrols. gridview.r owdataboun d.aspx
one possible solution is to use the RowDatabound event and get the value returned from the object. You could then have an if statment to show an image based on what is returned.
http://msdn.microsoft.com/