On Jul 17, 4:50 pm, vinod...@gmail.com wrote:
> <asp: editCommandColumn> is not available in version 2.0 then how an
> editing is possible in gridview.
possible
To enable the UI in the GridView for Updates or Deletes, you can
either set the AutoGenerateEditButton and AutoGenerateDeleteButton
properties to true, or you can add a CommandField to the GridView
control and enable its ShowEditButton and ShowDeleteButton properties
http://quickstarts.asp.net/QuickStartv20/aspnet/doc/ctrlref/data/gridview.aspx
Thanks
Md. Masudur Rahman (Munna)
Kaz Software Ltd.
www.kaz.com.bd
http://munnacs.110mb.com
Hi,
The Microsoft provides an answer. See there:
[Editing the Underlying Data in a GridView]
http://msdn2.microsoft.com/en-us/library/ms972948.aspx
Regards, Alex Meleta
[TechBlog] http://devkids.blogspot.com
> <asp: editCommandColumn> is not available in version 2.0 then how an
> editing is possible in gridview.