i want to get 'display' css value of a server side div!
the code below does not work :
if (div.Style["display"] == "none")
{
div.Style.Add("display", "table-row");
}
how can i get that value in c#?
thanks in advance
i want to get 'display' css value of a server side div!
the code below does not work :
if (div.Style["display"] == "none")
{
div.Style.Add("display", "table-row");
}
how can i get that value in c#?
thanks in advance