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. General Programming
  3. C#
  4. modify a css property in code behind

modify a css property in code behind

Scheduled Pinned Locked Moved C#
questioncss
3 Posts 2 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.
  • F Offline
    F Offline
    firefeet
    wrote on last edited by
    #1

    hi all, i hav a css class which i hav applied to 4 elements. i want to change the width property od the css class alone in code behind. how do i do it? thanks in advance

    F C 2 Replies Last reply
    0
    • F firefeet

      hi all, i hav a css class which i hav applied to 4 elements. i want to change the width property od the css class alone in code behind. how do i do it? thanks in advance

      F Offline
      F Offline
      firefeet
      wrote on last edited by
      #2

      there is no way to change a single attribute in a css class in code behind. how u can do it is either giv another css class or set a particular style attribute in code behind

      1 Reply Last reply
      0
      • F firefeet

        hi all, i hav a css class which i hav applied to 4 elements. i want to change the width property od the css class alone in code behind. how do i do it? thanks in advance

        C Offline
        C Offline
        carlecomm
        wrote on last edited by
        #3

        // asp.net <td class="UI" ...> //css .UI { 。。。 。。。 width:100%; /* width:50px*/ 。。。 。。。 }

        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