Users Pricing

forum

Home Forums Calling div from code behind c# – MindStick

Calling div from code behind c#

Jayden Bell 6023 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)

            }

        }


1 Answers

Markdown for AI

A clean, structured version of this page for AI assistants and LLMs.

Open .md