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
 
Back
Top