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. HyperLink and Bound column in datagrid

HyperLink and Bound column in datagrid

Scheduled Pinned Locked Moved ASP.NET
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.
  • P Offline
    P Offline
    padvit
    wrote on last edited by
    #1

    Can anyone rell me the difference between bound column and hyperlink column in datagrid. I would like to know apart from linking to another page hyperlink column does anything else. Does hyperlink column as all the functionality of bound column.

    M 1 Reply Last reply
    0
    • P padvit

      Can anyone rell me the difference between bound column and hyperlink column in datagrid. I would like to know apart from linking to another page hyperlink column does anything else. Does hyperlink column as all the functionality of bound column.

      M Offline
      M Offline
      minhpc_bk
      wrote on last edited by
      #2

      Hi there, IMO, the main difference between a BoundColumn and a HyperLinkColumn is the way to display data of the field bound to the column. With the BoundColumn you can display the bound data as text, meanwhile with the HyperLinkColumn the data is displayed as a hyperlink. Also, you should remember that both these columns inherit from the base class DataGridColumn which defines the properties and methods that are common to all column types. For more information, you can see : DataGrid Columns[^] DataGrid Class [^]

      P 1 Reply Last reply
      0
      • M minhpc_bk

        Hi there, IMO, the main difference between a BoundColumn and a HyperLinkColumn is the way to display data of the field bound to the column. With the BoundColumn you can display the bound data as text, meanwhile with the HyperLinkColumn the data is displayed as a hyperlink. Also, you should remember that both these columns inherit from the base class DataGridColumn which defines the properties and methods that are common to all column types. For more information, you can see : DataGrid Columns[^] DataGrid Class [^]

        P Offline
        P Offline
        padvit
        wrote on last edited by
        #3

        Hi there Thank you very much for clearing my doubt, I wanted to confirm whether my knowledge on bound and hyperlink column was correct. This is seventh time you are answering my query thank you very much.

        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