your solution doesnt work for other browsers except chrome and firefox
i tried this code but is showing error
if (!string.IsNullOrEmpty((e.Item.FindControl("USERPOSTIMAGE") as image).Text))
{
(e.Item.FindControl("hidspostimage") as Panel).Visible = true;
}
else
{
(e.Item.FindControl("hidspostimage") as Panel).Visible = false;
}
error
Error 96 'System.Web.UI.WebControls.Image' does not contain a definition for 'Text' and no extension method 'Text' accepting a first argument of type 'System.Web.UI.WebControls.Image' could be found (are you missing a using directive or an assembly reference?) C:\Users\migold\Documents\Visual Studio 2013\WebSites\MinuteTREND\Home.aspx.cs 551 87 MinuteTREND