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
nothingsoriginalontheinternet@gmail.com - 29 Sep 2007 23:43 GMT
Set the GridView's EditIndex property to the index of the row to edit.
-Mike Placentra II
> Hello,
>
[quoted text clipped - 8 lines]
>
> Regards