we have <li><img src="" Title=""><p class="demo"></p></li> in aspx page.
Now we are checking a condition in .cs page like:
If condition is true, we want to hide above <li> column part to hide.
Any suggestion regarding to it, how to hide this <li> column if condition is true in .cs page.
Thanks