forum

home / developersection / forums / calling div from code behind c#

Calling div from code behind c#

Jayden Bell 5819 09-Feb-2014

I want to call div from html , which contains background image only, and I need to call it on just few pages

With same metadata. So how will i call that div, i tried few ways but nothing helped me.

 if (cMeta != null && cMeta.Name == "background")

        {

            if (cMeta.Text == "Yes")

            {

                Display(Div)

            }

        }


c# c# 
Updated on 09-Feb-2014
Jayden Bell

Other


Message
Can you answer this question?

Answer

1 Answers

Liked By