what control to use

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?UGF1bA==?=

    what control to use

    Hi I am familiar with datagrids in vs2003 but not familiar with 2005 (which I
    am now using.) I need to display a grid of some type with rows when a
    webpage loads with 5 columns. One column will be a row count, two columns
    will be text boxes for data entry and two columns will be checkboxes. I
    would like the user to be able to add rows of data as well as delete rows,
    all within this grid. I am using C#, just wondering if there are any
    examples and also what control to use, thanks.
    --
    Paul G
    Software engineer.
  • Mark Rae [MVP]

    #2
    Re: what control to use

    "Paul" <Paul@discussio ns.microsoft.co mwrote in message
    news:CEF043B2-6F79-4537-AC10-2F739922D1E2@mi crosoft.com...
    Hi I am familiar with datagrids in vs2003 but not familiar with 2005
    (which I
    am now using.) I need to display a grid of some type with rows when a
    webpage loads with 5 columns. One column will be a row count, two columns
    will be text boxes for data entry and two columns will be checkboxes. I
    would like the user to be able to add rows of data as well as delete rows,
    all within this grid. I am using C#, just wondering if there are any
    examples and also what control to use, thanks.



    --
    Mark Rae
    ASP.NET MVP


    Comment

    • =?Utf-8?B?UGF1bA==?=

      #3
      Re: what control to use

      Hi thanks for the response. I also need to have two columns of dropdown
      lists that will be populated by stored procedures when the page loads. Will
      check out the example, hopefully it covers this as well.
      --
      Paul G
      Software engineer.


      "Mark Rae [MVP]" wrote:
      "Paul" <Paul@discussio ns.microsoft.co mwrote in message
      news:CEF043B2-6F79-4537-AC10-2F739922D1E2@mi crosoft.com...
      >
      Hi I am familiar with datagrids in vs2003 but not familiar with 2005
      (which I
      am now using.) I need to display a grid of some type with rows when a
      webpage loads with 5 columns. One column will be a row count, two columns
      will be text boxes for data entry and two columns will be checkboxes. I
      would like the user to be able to add rows of data as well as delete rows,
      all within this grid. I am using C#, just wondering if there are any
      examples and also what control to use, thanks.
      >

      >
      >
      --
      Mark Rae
      ASP.NET MVP

      >
      >

      Comment

      • Mark Rae [MVP]

        #4
        Re: what control to use

        "Paul" <Paul@discussio ns.microsoft.co mwrote in message
        news:38A15707-D3F1-4ABF-BCC5-DDCB372BF7FE@mi crosoft.com...

        [top-posting corrected]
        Hi I am familiar with datagrids in vs2003 but not familiar with 2005
        (which I
        am now using.) I need to display a grid of some type with rows when a
        webpage loads with 5 columns. One column will be a row count, two
        columns
        will be text boxes for data entry and two columns will be checkboxes.
        I
        would like the user to be able to add rows of data as well as delete
        rows,
        all within this grid. I am using C#, just wondering if there are any
        examples and also what control to use, thanks.
        >>
        >http://www.google.co.uk/search?sourc...asp%3aGridView
        >
        Hi thanks for the response. I also need to have two columns of dropdown
        lists that will be populated by stored procedures when the page loads.
        Will
        check out the example, hopefully it covers this as well.



        --
        Mark Rae
        ASP.NET MVP


        Comment

        Working...