Re: ASP.NET Datagrid filling textboxes
From: Aaron (a_benage_at_hotmail.com)
Date: 07/19/04
- Previous message: Raterus: "Re: Formatting a datagrid in a web form"
- In reply to: Raterus: "Re: ASP.NET Datagrid filling textboxes"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 19 Jul 2004 14:26:01 -0700
> First off, yeah I think there are much better ways to do what you are
> doing, but I don't know what you are doing that you need to go to the
> next record..?
Basically, the user updates a record and then needs to move to the next
record for editing. They would like to do this with one click of the
"Update Button". (Update the current row, then move to the next one, and
populate the text boxes for editing)
> Second, there is no "next record", at least available from the
> EventArgs (e). If you need to get to other values that were stored in
> the datagrid, you'll have to access them via
>
> myDataGrid.Items(rowNumber).cells(0..1..2..3..)
>
> Hope this helps,
Yes, this does help a lot. Thanks.
Aaron
- Previous message: Raterus: "Re: Formatting a datagrid in a web form"
- In reply to: Raterus: "Re: ASP.NET Datagrid filling textboxes"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|