Home All Groups Group Topic Archive Search About
Author
4 Apr 2006 2:28 PM
Frederik Vanderhaeghe
Yo,

How can you display a dataset into a datagrid?

Fré

Author
4 Apr 2006 1:33 PM
Chris
Frederik Vanderhaeghe wrote:
> Yo,
>
> How can you display a dataset into a datagrid?
>
> Fré
>
>

Just bind the dataset to the datagrid

DataGrid.DataSource = DataSet
Author
4 Apr 2006 2:37 PM
Frederik Vanderhaeghe
I already tried, but it doesnt work, it doesn't show anything in the
datagrid.
Show quoteHide quote
"Chris" <no@spam.com> wrote in message
news:uOlCZT$VGHA.4960@TK2MSFTNGP12.phx.gbl...
> Frederik Vanderhaeghe wrote:
>> Yo,
>>
>> How can you display a dataset into a datagrid?
>>
>> Fré
>
> Just bind the dataset to the datagrid
>
> DataGrid.DataSource = DataSet
Author
4 Apr 2006 2:49 PM
Frederik Vanderhaeghe
Found it, it was my Form_Load function that did not start
Show quoteHide quote
"Frederik Vanderhaeghe" <frederikvanderhae***@gmail.com> wrote in message
news:%23xpSNV$VGHA.4596@TK2MSFTNGP15.phx.gbl...
>I already tried, but it doesnt work, it doesn't show anything in the
>datagrid.
> "Chris" <no@spam.com> wrote in message
> news:uOlCZT$VGHA.4960@TK2MSFTNGP12.phx.gbl...
>> Frederik Vanderhaeghe wrote:
>>> Yo,
>>>
>>> How can you display a dataset into a datagrid?
>>>
>>> Fré
>>
>> Just bind the dataset to the datagrid
>>
>> DataGrid.DataSource = DataSet
>
>