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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top