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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. ASP.NET
  4. Highlight Selected Recored

Highlight Selected Recored

Scheduled Pinned Locked Moved ASP.NET
question
3 Posts 3 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.
  • N Offline
    N Offline
    NinaWilliam
    wrote on last edited by
    #1

    Highlight Selected Recored when a user select a record in datagrid how can i highlight the selected record ? Regards, Nina

    S T 2 Replies Last reply
    0
    • N NinaWilliam

      Highlight Selected Recored when a user select a record in datagrid how can i highlight the selected record ? Regards, Nina

      S Offline
      S Offline
      sathish s
      wrote on last edited by
      #2

      Here is a method

      Protected Sub DataGrid_ItemCreated(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.DataGridItemEventArgs) Handles DataGrid.ItemCreated
      e.Item.Attributes.Add("Onclick", "this.style.backgroundColor = 'lightblue';")
      End Sub

      1 Reply Last reply
      0
      • N NinaWilliam

        Highlight Selected Recored when a user select a record in datagrid how can i highlight the selected record ? Regards, Nina

        T Offline
        T Offline
        TheManFran
        wrote on last edited by
        #3

        Which grid are you using. The standard ms grid allows you to set a style for the selected row. Set the style to something like light yellow, to show it as highlighted. TMF

        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