Asp.net Help Help Help

hys

Member
Joined
Apr 10, 2003
Messages
7
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") %>
 
Back
Top