Microsoft
Software
Hardware
Network
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
(DetailsVi
ewMode.Ins
ert);
Random Solutions
How do I set up VB.Net to use libcurl?
vmware player shows black screen on win 2003 server
during hibernation, what happens to transactions
How can you search e-mail within Outlook 2010 and not use the index?
Roaming Profiles in Windows 7 Pro and SBS 2008
Intel Sata RAID controller on RHEL 4 problem
How to prevent a directory from being deleted
Basic php/mysql questions
To change asni_padding setting of a column.
Convert Doc files to Docx in SharePoint