Missing Enable Editing checkbox in GridView and DetailsView

  • Thread starter Thread starter K B
  • Start date Start date
K

K B

I just installed VS 2005...both GridView and DetailsView, I'm using a
SQLdataSource and both controls do NOT have a checkbox for Enable
Editing.

Help please!!!

Thanks,
Kit
 
K said:
I just installed VS 2005...both GridView and DetailsView, I'm using a
SQLdataSource and both controls do NOT have a checkbox for Enable
Editing.

Help please!!!

Thanks,
Kit

Make sure your SqlDataSource has an UPDATE command specified. Then the
GridView will have the option.
 

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