Ask a Question related to ASP.NET General, Design and Development.
-
David Waz... #1
Re: Binding a DropDownList in a DataGrid
none of these links to INDIA work...
"Saravana" <saravank@sct.co.in> wrote in message
news:O0#0lqDRDHA.3796@tk2msftngp13.phx.gbl...[url]http://www.microsoft.com/india/msdn/articles/SolutionstoTopFourQuestions.asp[/url]> Check out this article, this might help you.
>from> x
>
> --
> Saravana
> Microsoft India Community Star,
> MCAD,SE,SD,DBA.
>
>
> "Gandalf" <gandalf@sauron.com> wrote in message
> news:#ouRKJ#QDHA.2676@TK2MSFTNGP10.phx.gbl...> > This is not the old question of how to a populate and read the valueshow> a> > DropDownList in a DataGrid, I know how to do all that. My problem is,want> do> in> > I bind the selected value in a DropDownList to the DataGrid's DataSource> > such a way that I can determine if changes have been made to a row. I>> > to be able to do something like ...
> >
> > [C#]
> > DataTable MyTable =
> > ((DataTable)MyDataGrid.DataSource).GetChanges(Data RowState.Modified);
> >
> > TIA
> > --
> >
> >
> >
>
>
David Waz... Guest
-
Binding an array to a DropDownList
Hi all, I'd like to bind an array to a DropDownList and use the array index as the DataValueField. Is this possible? Thanks, Paul -
Binding problem with DropDownList? (repost)
I have been pulling my hair out (what is left of it) for a few days trying to figure out what is wrong with this.. I have a repeater control that... -
dropdownlist in a datagrid
I thought I saw this somewhere, but I want to have a dropdownlist in a datagrid. I have the column as an Item template, but when I paste in the... -
binding datasource to dropdownlist control
I am being sent an ArrayList of ListItems. I can bind to a dropdownlist control using: oDropDownList.DataSource = oArrayList This works but... -
Error Binding DropDownList on EditItem Command of DataGrid Control
I am sure this has come up before, but I haven't been able to find an answer as of yet. That said, any help is definitely appreciated! I have a... -
Gandalf #2
Re: Binding a DropDownList in a DataGrid
Thank you. It took a lot of registering but I finally got it. Now to read
it! ;-)
--
"Saravana" <saravank@sct.co.in> wrote in message
news:ucDJaYQRDHA.560@TK2MSFTNGP10.phx.gbl...[url]http://www.microsoft.com/india/msdn/articles/SolutionstoTopFourQuestions.asp[/url]> It is aspx page not asp page,
> [url]www.microsoft.com/india/msdn/articles/SolutionstoTopFourQuestions.aspx[/url]
>
>
> --
> Saravana
> Microsoft India Community Star,
> MCAD,SE,SD,DBA.
>
>
> "Saravana" <saravank@sct.co.in> wrote in message
> news:eTPepXQRDHA.940@TK2MSFTNGP11.phx.gbl...>> > check this out..
> > http://>
> > --
> > Saravana
> > Microsoft India Community Star,
> > MCAD,SE,SD,DBA.
> >
> >
> > "Saravana" <saravank@sct.co.in> wrote in message
> > news:O0#0lqDRDHA.3796@tk2msftngp13.phx.gbl...> >> > > Check out this article, this might help you.
> > >values> > > x
> > >
> > > --
> > > Saravana
> > > Microsoft India Community Star,
> > > MCAD,SE,SD,DBA.
> > >
> > >
> > > "Gandalf" <gandalf@sauron.com> wrote in message
> > > news:#ouRKJ#QDHA.2676@TK2MSFTNGP10.phx.gbl...
> > > > This is not the old question of how to a populate and read theis,> > from> > > a
> > > > DropDownList in a DataGrid, I know how to do all that. My problemI> DataSource> > how> > > do
> > > > I bind the selected value in a DropDownList to the DataGrid's> > > in
> > > > such a way that I can determine if changes have been made to a row.((DataTable)MyDataGrid.DataSource).GetChanges(Data RowState.Modified);> > want> > > > to be able to do something like ...
> > > >
> > > > [C#]
> > > > DataTable MyTable =
> > > >>> >> > > >
> > > > TIA
> > > > --
> > > >
> > > >
> > > >
> > >
> > >
> >
>
Gandalf Guest



Reply With Quote

