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. Colour change in gridview

Colour change in gridview

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netdatabasetutorial
2 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.
  • J Offline
    J Offline
    jeffrey kalampukattussery
    wrote on last edited by
    #1

    In my database,i set flag value...according to dat value...i want to change colur of one field in a gridview...if its flag value is 0 colourof paticular row is red...other wise it is yelllow...how to do this...send me the code.i am using(C#,asp.net 2.0)

    S 1 Reply Last reply
    0
    • J jeffrey kalampukattussery

      In my database,i set flag value...according to dat value...i want to change colur of one field in a gridview...if its flag value is 0 colourof paticular row is red...other wise it is yelllow...how to do this...send me the code.i am using(C#,asp.net 2.0)

      S Offline
      S Offline
      SekharOne
      wrote on last edited by
      #2

      I think you can try the Grid_RowCreated event for changing the color of the particular row. Try this in the Grid_RowCreated event : if yourCondition then Grid.Rows(e.Row.RowIndex).BackColor = Drawing.Color.Red else Grid.Rows(e.Row.RowIndex).BackColor = Drawing.Color.Yellow end if

      Sekhar :)

      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