Home All Groups Group Topic Archive Search About

Detailsview control for data input

Author
7 Oct 2006 9:34 AM
Alan Morris
Simple question.
I would like to use a detailsview control just for data input, I don't
want it to display any records from the database first. Can anyone
offer an explanation how to do this please?

Many thanks,

Author
7 Oct 2006 2:09 PM
Gaurav Vaish (www.EdujiniOnline.com)
> Simple question.
> I would like to use a detailsview control just for data input, I don't
> want it to display any records from the database first. Can anyone
> offer an explanation how to do this please?

DetailsView.DefaultMode = DetailsViewMode.Insert




--
Happy Hacking,
Gaurav Vaish | www.mastergaurav.com
www.edujinionline.com
http://eduzine.edujinionline.com
-----------------------------------------
Author
8 Oct 2006 10:59 AM
Alan Morris
Gaurav,

Thanks for this.

Alan


On Sat, 7 Oct 2006 19:39:08 +0530, "Gaurav Vaish
\(www.EdujiniOnline.com\)" <gaurav.vaish.nospam@nospam.gmail.com>
wrote:

Show quoteHide quote
>> Simple question.
>> I would like to use a detailsview control just for data input, I don't
>> want it to display any records from the database first. Can anyone
>> offer an explanation how to do this please?
>
>DetailsView.DefaultMode = DetailsViewMode.Insert