Enabling Edit template in formview by program

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
 
N

nothingsoriginalontheinternet

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

FindControl in FormView Edit Template 1
Formview template insert to edit mode 1
GridView and FormView 1
FormView > Edit 1
FormView 3
FormView Buttons 1
adding a table to formview 3
FormView problem 3

Top