Connecting Tech Pros Worldwide Forums | Help | Site Map

Retrieving values from a Data Grid

mschelstrate
Guest
 
Posts: n/a
#1: Nov 19 '05
I am attempting to allow a user to update multiple rows and columns in a
datagrid, when the user clicks a "Save" button, the postback occurs, at which
time I need to retrieve all valuse form the cells of the grid, and write them
to the database. Will I be able to loop through the items in the grid, and
retrieve the values?

Anil Paranganat
Guest
 
Posts: n/a
#2: Nov 19 '05

re: Retrieving values from a Data Grid


Give it a try and it will work

Anil

"mschelstrate" <mschelstrate@discussions.microsoft.com> wrote in message
news:3F81642E-7CFD-4406-B825-B0052023F176@microsoft.com...[color=blue]
> I am attempting to allow a user to update multiple rows and columns in a
> datagrid, when the user clicks a "Save" button, the postback occurs, at[/color]
which[color=blue]
> time I need to retrieve all valuse form the cells of the grid, and write[/color]
them[color=blue]
> to the database. Will I be able to loop through the items in the grid, and
> retrieve the values?[/color]


mschelstrate
Guest
 
Posts: n/a
#3: Nov 19 '05

re: Retrieving values from a Data Grid


The Grid shows zero Items at PostBack.
I am pulling the values from the request object as this is the only solution
I have found.

"Anil Paranganat" wrote:
[color=blue]
> Give it a try and it will work
>
> Anil
>
> "mschelstrate" <mschelstrate@discussions.microsoft.com> wrote in message
> news:3F81642E-7CFD-4406-B825-B0052023F176@microsoft.com...[color=green]
> > I am attempting to allow a user to update multiple rows and columns in a
> > datagrid, when the user clicks a "Save" button, the postback occurs, at[/color]
> which[color=green]
> > time I need to retrieve all valuse form the cells of the grid, and write[/color]
> them[color=green]
> > to the database. Will I be able to loop through the items in the grid, and
> > retrieve the values?[/color]
>
>
>[/color]
Closed Thread


Similar ASP.NET bytes