Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. DIV Tag

DIV Tag

Scheduled Pinned Locked Moved ASP.NET
sysadmintutorial
5 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    madancode
    wrote on last edited by
    #1

    How to add a background image for div tag in server side code..

    G 1 Reply Last reply
    0
    • M madancode

      How to add a background image for div tag in server side code..

      G Offline
      G Offline
      Guffa
      wrote on last edited by
      #2

      Make sure that the tag has an id and runat="server". Then you can set the style from code behind: IdOfTheDiv.Attributes("style") = "background:url(images/someimage.gif);"

      Despite everything, the person most likely to be fooling you next is yourself.

      M 1 Reply Last reply
      0
      • G Guffa

        Make sure that the tag has an id and runat="server". Then you can set the style from code behind: IdOfTheDiv.Attributes("style") = "background:url(images/someimage.gif);"

        Despite everything, the person most likely to be fooling you next is yourself.

        M Offline
        M Offline
        madancode
        wrote on last edited by
        #3

        Attribute has been used like a method....

        N L 2 Replies Last reply
        0
        • M madancode

          Attribute has been used like a method....

          N Offline
          N Offline
          N a v a n e e t h
          wrote on last edited by
          #4

          In C# it should be like

          IdOfTheDiv.Attributes**["style"]** = "background:url(images/someimage.gif);"

          Navaneeth How to use google | Ask smart questions

          1 Reply Last reply
          0
          • M madancode

            Attribute has been used like a method....

            L Offline
            L Offline
            Lost User
            wrote on last edited by
            #5

            idofdiv.Style.Add("background","Image Path");

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups