editing in gridview

  • Thread starter Thread starter vinodkus
  • Start date Start date
V

vinodkus

<asp: editCommandColumn> is not available in version 2.0 then how an
editing is possible in gridview.
 
<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
 
Back
Top