In my project i save some data of “bit” type (true,false) in my mssql database and then show them in a gridview (asp.net – c#) . they showed as check box .
Question :
Can i show a picture in gridview for this Columns from host (not from database)?
example : when value is True pic1.png displayed in column ?!
In my project i save some data of bit type (true,false) in my mssql
Share
Use the
VisibleProperty of the Image control you use.