// Server side
public bool ShowImg(string actuals)
{
if (actuals == "1")
return true;
else
return false;
}
//Clint side
Visible='<%# ShowImg(Eval("Actuals").ToString()) %>'
Copyright © All Rights Reserved / Blogger Templates / Designed By: Templatezy | Distributed By Gooyaabi Templates