Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
goodwill #1
data base deletion in data grid
how do i delete a record by using delete button in data grid
--
goodwill
------------------------------------------------------------------------
Posted via [url]http://www.codecomments.com[/url]
------------------------------------------------------------------------
goodwill Guest
-
Problem with Data Grid reading dynamic data
I have created a website that uses datagrids to read data from an asp page. It works great, and fills the datagrid perfectly but it does not work... -
How to display a set of data in a data grid when drivenby a combo box?
I am trying to build a page where the user can select a syle of food (i.e. chinese, italian etc) from a combo. I would then want the relevent... -
SWF Register data in a data base by means of PHP
Considered forum I go with the purpose of asking for to you an example to them SWF that allows to register data in a data base by means of PHP. If... -
Drag and drop data between cells in a data grid
Check out this, dino has explained how to do drag and drop in datagrid http://msdn.microsoft.com/msdnmag/issues/04/01/CuttingEdge/default.aspx --... -
Display data from database in a scrollable data grid on an ASP Page
Hi All, I want to display data from database in a scrollable data grid on an ASP Page. I want to use it for entering data also. Should i have to... -
Elton Wang #2
Re: data base deletion in data grid
You should implement your own DELETE function in either
datagrid_DeleteCommand or datagrid.ItemCommand (e.CommandName = "Delete")
event.
HTH
"goodwill" <goodwill.1y6l1q@mail.codecomments.com> wrote in message
news:goodwill.1y6l1q@mail.codecomments.com...>
> how do i delete a record by using delete button in data grid
>
>
>
> --
> goodwill
> ------------------------------------------------------------------------
> Posted via [url]http://www.codecomments.com[/url]
> ------------------------------------------------------------------------
>
Elton Wang Guest



Reply With Quote

