Ok this is what i want to do
retrieve the dataitem picture and see if it contains anything if it doesnt respond with nothing for that field.
This is done inside <ItemTemplate> of a DataGrid
<% If %><%# DataBinder.Eval(Container, "DataItem.Picture") %><% = Nothing then response.write("NOTHING") %>
retrieve the dataitem picture and see if it contains anything if it doesnt respond with nothing for that field.
This is done inside <ItemTemplate> of a DataGrid
<% If %><%# DataBinder.Eval(Container, "DataItem.Picture") %><% = Nothing then response.write("NOTHING") %>