|
 |
ado_dotnet thread: Delete row event
Message #1 by "Radoslaw Kociolek" <mcradie@p...> on Wed, 5 Mar 2003 12:26:05
|
|
Hello!
How can I react on deleting row in datagrid? Where I have to add
eventhandler to do this?
Best regards,
mcradie
Message #2 by "Kevin Ayers" <kevin@f...> on Wed, 5 Mar 2003 08:42:13 -0500
|
|
you delete from the underlying dataset, not the datagrid itself. What
exactly are you wanting to do once a deletion is made?
Kevin
----- Original Message -----
From: "Radoslaw Kociolek" <mcradie@p...>
To: "ADO.NET" <ado_dotnet@p...>
Sent: Wednesday, March 05, 2003 12:26 PM
Subject: [ado_dotnet] Delete row event
> Hello!
> How can I react on deleting row in datagrid? Where I have to add
> eventhandler to do this?
> Best regards,
> mcradie
> ===
> Fast Track ADO.NET with C# is a concise introduction to the concepts,
techniques, and libraries that you will need in order to start using ADO.NET
in your applications. The book covers DataSets and Typed DataSets, accessing
data using DataReaders and DataAdaptors, the close relationship between
ADO.NET and XML, how and where to use ADO.NET in your enterprise
applications, and how to use Web Services and ADO.NET to easily pass data
between applications.
> http://www.wrox.com/books/1861007604.htm
>
Message #3 by "Radoslaw Kociolek" <mcradie@p...> on Wed, 5 Mar 2003 15:13:40
|
|
> you delete from the underlying dataset, not the datagrid itself. What
exactly are you wanting to do once a deletion is made?
Kevin
I know that. I want to do some actions not linked directly with deletion.
I'm looking for place where can I react on deletion.
mcradie
Message #4 by "Kevin Ayers" <kevin@f...> on Wed, 5 Mar 2003 10:24:08 -0500
|
|
Add a delete button that does the deletion and process the code there.
----- Original Message -----
From: "Radoslaw Kociolek" <mcradie@p...>
To: "ADO.NET" <ado_dotnet@p...>
Sent: Wednesday, March 05, 2003 3:13 PM
Subject: [ado_dotnet] Re: Delete row event
> > you delete from the underlying dataset, not the datagrid itself. What
> exactly are you wanting to do once a deletion is made?
>
> Kevin
>
> I know that. I want to do some actions not linked directly with deletion.
> I'm looking for place where can I react on deletion.
>
> mcradie
> ===
> Fast Track ADO.NET with C# is a concise introduction to the concepts,
techniques, and libraries that you will need in order to start using ADO.NET
in your applications. The book covers DataSets and Typed DataSets, accessing
data using DataReaders and DataAdaptors, the close relationship between
ADO.NET and XML, how and where to use ADO.NET in your enterprise
applications, and how to use Web Services and ADO.NET to easily pass data
between applications.
> http://www.wrox.com/books/1861007604.htm
Message #5 by "Radoslaw Kociolek" <mcradie@p...> on Thu, 6 Mar 2003 07:42:55
|
|
> Add a delete button that does the deletion and process the code there.
What about deletion from datagrid? There isn't any way to react on this?
Message #6 by "Ludington, Kruse" <kruse.ludington@c...> on Thu, 6 Mar 2003 07:10:20 -0500
|
|
That event is fired off from the datatable.
- Kruse
-----Original Message-----
From: Radoslaw Kociolek <mcradie@p...>
To: ADO.NET <ado_dotnet@p...>
Sent: Thu Mar 06 02:42:55 2003
Subject: [ado_dotnet] Re: Delete row event
> Add a delete button that does the deletion and process the code there.
What about deletion from datagrid? There isn't any way to react on this?
===
Fast Track ADO.NET with C# is a concise introduction to the concepts, techniques, and libraries that you will need in order to start
using ADO.NET in your applications. The book covers DataSets and Typed DataSets, accessing data using DataReaders and DataAdaptors,
the close relationship between ADO.NET and XML, how and where to use ADO.NET in your enterprise applications, and how to use Web
Services and ADO.NET to easily pass data between applications.
http://www.wrox.com/books/1861007604.htm
This message is for the named person's use only. It may contain sensitive and private proprietary or legally privileged information.
No confidentiality or privilege is waived or lost by any mistransmission. If you are not the intended recipient, please immediately
delete it and all copies of it from your system, destroy any hard copies of it and notify the sender. You must not, directly or
indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. CREDIT SUISSE
GROUP and each legal entity in the CREDIT SUISSE FIRST BOSTON or CREDIT SUISSE ASSET MANAGEMENT business units of CREDIT SUISSE
FIRST BOSTON reserve the right to monitor all e-mail communications through its networks. Any views expressed in this message are
those of the individual sender, except where the message states otherwise and the sender is authorized to state them to be the views
of any such entity.
Unless otherwise stated, any pricing information given in this message is indicative only, is subject to change and does not
constitute an offer to deal at any price quoted. Any reference to the terms of executed transactions should be treated as
preliminary only and subject to our formal written confirmation.
Message #7 by "Radoslaw Kociolek" <mcradie@p...> on Fri, 7 Mar 2003 07:26:31
|
|
> That event is fired off from the datatable.
>
> - Kruse
Thanks Kruse. That is what I was looking for.
|
|
 |