Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
Mark #1
Detect change to data in an ubound datagrid
Hi
Sorry if this is a bit obvious but I'm new to the datagrid ... :@)
I have an unbound grid which contains a hidden column holding the primary
key of the row. I would like to detect when the user has finished updating a
record in order that I can update the source data.
Can someone point me at the correct event please and the easiest way to
access the contents of the current rows cells.
Thanks very much
Mark
Mark Guest
-
How to use event to detect the change of a arrayvariable?
I have a main application that includes a lot of sub components. the main app mxml file import a public class that includes an array variable. Each... -
allowing users to change data in a datagrid
I have created a dataadapter, an sql connection, a dataset, and a data grid on my page. I want to add the capability to edit records. I have found... -
how can I detect if there is post data or not?
I am using the code below wich works to admin authenticate users and this works fine on the 1st page but when I use teh this code included in... -
Detect change in property within control
Is it possble to have a property like so: <Bindable(True), Category("Appearance"), Description("The help image associated with this control."),... -
detect change of remote page
hi everyone, i have some links on my site, i need to be absolutely sure that the html has not been modified, even one character. i would rather... -
Brock Allen #2
Re: Detect change to data in an ubound datagrid
> I have an unbound grid which contains a hidden column holding the
You don't have to do this. There's a DataKeyField property on te grid to> primary key of the row. I would like to detect when the user has
> finished updating a record in order that I can update the source data.
manage this for you.
-Brock
DevelopMentor
[url]http://staff.develop.com/ballen[/url]
Brock Allen Guest
-
Mark #3
Re: Detect change to data in an ubound datagrid
Thanks Brock... I'll check it out tomorrow :@)
What about an after update event though?
Cheers
Mark
"Brock Allen" <ballen@NOSPAMdevelop.com> wrote in message
news:b8743b112a1568c78dafc131d70a@msnews.microsoft .com...>>> I have an unbound grid which contains a hidden column holding the
>> primary key of the row. I would like to detect when the user has
>> finished updating a record in order that I can update the source data.
> You don't have to do this. There's a DataKeyField property on te grid to
> manage this for you.
>
> -Brock
> DevelopMentor
> [url]http://staff.develop.com/ballen[/url]
>
>
Mark Guest



Reply With Quote

