Re: Datagrid source= datarow array
From: Cor Ligthert (notfirstname_at_planet.nl)
Date: 09/14/04
- Next message: Kevin Yu [MSFT]: "RE: Add hidden columns - web datagrid"
- Previous message: Nick Malik: "Re: OOD/OOP and databases"
- In reply to: rodchar: "Re: Datagrid source= datarow array"
- Next in thread: rodchar: "Re: Datagrid source= datarow array"
- Reply: rodchar: "Re: Datagrid source= datarow array"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 14 Sep 2004 10:21:40 +0200
Rodchar,
You are probable talking about a combobox (dropdown and dropdownlist are
controls from a webform).
Probably you can use binding the combobox text to the column in your
datasource table using something as
combobox.DataBindings.Add(New Binding("Text", dataset1.Tables(0),
"Mycolumname"))
(know that the combobox in my opinion acts sometimes strange with binding)
I hope this helps?
Cor
"rodchar" <rodchar@discussions.microsoft.com> >
On a form, my dropdown list is bound to a column in my master table. The
> datagrid is now, thanks to you, bound to the data relation name. However,
I
> don't know how to sync the datagrid to the drop down list selected value.
>
> "Cor Ligthert" wrote:
>
> > You nowhere told you where using a dropdownlist, do I understand that
this
> > is a Webform application. However this confuses me, because in that do
as
> > far as I know not exist tablestyles?
> >
> > Cor
> >
> >
> >
- Next message: Kevin Yu [MSFT]: "RE: Add hidden columns - web datagrid"
- Previous message: Nick Malik: "Re: OOD/OOP and databases"
- In reply to: rodchar: "Re: Datagrid source= datarow array"
- Next in thread: rodchar: "Re: Datagrid source= datarow array"
- Reply: rodchar: "Re: Datagrid source= datarow array"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|