i have a database of country table. sql 2005 like,
country_id country_name region area population gdp status
84 indi asia 3432 3423 343 Active
85 U.k Europe 43432 3243 2343 Inactive
I want to user image of active and inactive instead of text in my datagrid .. not in database.. in database there is text only..
so.. i am using .net 2005 .. i want to bind image with status.. and whenever i changed active to inactive or inactive to active.. image will be change . according that..
i am using C# as code behind language..