Question : How to open the DetailsView in Insert Mode

Hi,
I need to open the Details View in Insert mode.  Any one has the idea of how to do it.

Answer : How to open the DetailsView in Insert Mode

<asp:DetailsView DefaultMode="Insert" ...

or in code behind:
yourDetailsview.ChangeMode(DetailsViewMode.Insert);
Random Solutions  
 
programming4us programming4us