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. Table or Datagrid...

Table or Datagrid...

Scheduled Pinned Locked Moved C#
csharp
5 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.
  • I Offline
    I Offline
    IamHuM
    wrote on last edited by
    #1

    hi.. In my application on a form , I want to list some paramter values as old & new. User entered values should be there in new column. But in c# we can use 'table' & 'DatGrid' for this. So which one is better for my application as i want user to enter those parameter values in a perticuler range only. Can i give dropdown combobox in table or datagrid so that user can select with only values given in that combobox. Can i do it with both Datgrid & table. Can any body give me any good document to do this using datagrid/table in c#. Thanks in adavance, Vinay

    C 1 Reply Last reply
    0
    • I IamHuM

      hi.. In my application on a form , I want to list some paramter values as old & new. User entered values should be there in new column. But in c# we can use 'table' & 'DatGrid' for this. So which one is better for my application as i want user to enter those parameter values in a perticuler range only. Can i give dropdown combobox in table or datagrid so that user can select with only values given in that combobox. Can i do it with both Datgrid & table. Can any body give me any good document to do this using datagrid/table in c#. Thanks in adavance, Vinay

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      Your terminology makes me think that you're using ASP.NET ? If so, you need to say so.  I assume that GridView is not on your list because you're using .NET 1.1 ?

      I 1 Reply Last reply
      0
      • C Christian Graus

        Your terminology makes me think that you're using ASP.NET ? If so, you need to say so.  I assume that GridView is not on your list because you're using .NET 1.1 ?

        I Offline
        I Offline
        IamHuM
        wrote on last edited by
        #3

        Thanks for reply... But i am not using ASP.NET & i am using .NET 2. In my application i just want to set some parameter valuse to new values & at the same time i've to display old valuse on form with table/datGrid (old values i'll read from SerialPort communication & display it in 2nd column). My 1st column will be my parameter name & last column will be new vallues entered by user. On another button click event , i've to send those new values on serial port. Thanks, VInay

        C 1 Reply Last reply
        0
        • I IamHuM

          Thanks for reply... But i am not using ASP.NET & i am using .NET 2. In my application i just want to set some parameter valuse to new values & at the same time i've to display old valuse on form with table/datGrid (old values i'll read from SerialPort communication & display it in 2nd column). My 1st column will be my parameter name & last column will be new vallues entered by user. On another button click event , i've to send those new values on serial port. Thanks, VInay

          C Offline
          C Offline
          Christian Graus
          wrote on last edited by
          #4

          vinay.p wrote:

          But i am not using ASP.NET & i am using .NET 2.

          Then, what do you mean by table ? Why is GridView not an option ?

          I 1 Reply Last reply
          0
          • C Christian Graus

            vinay.p wrote:

            But i am not using ASP.NET & i am using .NET 2.

            Then, what do you mean by table ? Why is GridView not an option ?

            I Offline
            I Offline
            IamHuM
            wrote on last edited by
            #5

            i am new in C#. So while going through some document i came to know that we can use table(table means 'tableLayoutPanel') & DataGrid(DataGridView). But since i want user should not enter wrong values i am confused which one to use & how to use...? Can u suggest me any document to learn it. I am using Visual Studio 8. Thanks, Vinay

            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