RE: Adding check list box inside master detail web grid

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Patrick Laferriere (plaferriere_at_transitions.com)
Date: 02/11/04


Date: Wed, 11 Feb 2004 08:34:25 -0800

I believe that the problem is that the select statement is returning an
array of datarows. Not just one record. I read that we can't bind a
datarow() to a datagrid. Is that because it isn't just one row and it's
an array?

Thanks in advance,
PatLaf

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!



Relevant Pages

  • Creating an array of datarows
    ... How do I create an array of datarows from a sorted list? ... I put a bunch of datarows into a sorted list to sort them. ... Dim O As Object, TestRows() As DataRow ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Project with dataset, datatable, and datarow.
    ... You could just as easily perform a query on the row, get an array of ... DataRows, modify the data and it would be reflected on the underlying table, ...
    (microsoft.public.dotnet.general)
  • how to bind an array of data to a datagrid?
    ... I got an array of datarows after a select on a datatable, ... to show the results in datagrid, but it doesnt work, do i have to create ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Problem mit DataReader
    ... Falls es also Sinnvollist kann man sich die DataRows zurückgeben lassen. ... > Über eine Funktion übergebe ich ein Select Statment. ... > alle Spalten und alle Werte an das Array übergebe, ...
    (microsoft.public.de.german.entwickler.dotnet.csharp)
  • Re: Datagrid source= datarow array
    ... What I'm using is the GetChildRows method which returns an array of datarows. ... How do I get those rows into an empty table and then bind to my datagrid? ... > view the dataview which are make it so simple to select the proper columns ...
    (microsoft.public.dotnet.general)