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. Gridview

Gridview

Scheduled Pinned Locked Moved C#
csharptutorialquestion
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.
  • P Offline
    P Offline
    pginnare
    wrote on last edited by
    #1

    How to take gridview in c#?

    A J 2 Replies Last reply
    0
    • P pginnare

      How to take gridview in c#?

      A Offline
      A Offline
      AnilJayanti
      wrote on last edited by
      #2

      U can do by this way. ******Design****** AutoGenerateColumns="false" AllowPaging="True" > BackColor="#374E8C"> Wrap="False"> Wrap="False"> BackColor="#374E8C"> ******************** Code***************** DataTable dt = objclsDB.GetDataTable("Select PRICE from tblemp") GVCP.DataSource = dtCP; GVCP.DataBind();

      1 Reply Last reply
      0
      • P pginnare

        How to take gridview in c#?

        J Offline
        J Offline
        Jimmanuel
        wrote on last edited by
        #3

        that depends on where you want to take it, although if I were you I'd be more concerned with figuring out "how to post intelligent question in forum?"

        :Badger:

        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