Enabling Edit template in formview by program

  • Thread starter Thread starter mans
  • Start date Start date
M

mans

Hello,

I want to enable the edit template in a FormView from program. How can I
do this?

The FormView bound to a table and I don't want that it do the
edit/add/delete but I control when it can do this.



It seems there is no method in FormView that force it to show its edit
template instead of item template.



Regards
 
Set the GridView's EditIndex property to the index of the row to edit.

-Mike Placentra II
 

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

Similar Threads

FormView Buttons 1
FindControl in FormView Edit Template 1
Formview template insert to edit mode 1
GridView and FormView 1
FormView 3
formview edit issue 12
FormView > Edit 1
iTemplate Formview Problem 3

Back
Top