Re: DataBindings.Add
- From: C Glenn <nospam@xxxxxxxxxx>
- Date: Thu, 01 Dec 2005 09:10:43 -0800
Yes, I know this is a bit odd, but it works for creating a psuedo continuous form. Each cloned instance of a template panel contains the same collection of controls and each one of the controls is bound to the same fields but within a different row in the rows collection.
Dmytro Lapshyn [MVP] wrote:
Hi,
What looks suspicious is that you are trying to bind to a DataRow. This is unusual scenario. Usually one binds to a DataSet or a DataTable (in the former case, the property name must be specified as TableName.ColumnName), and an instance of CurrencyManager created behind the scenes will manage the current row for you.
.
- References:
- DataBindings.Add
- From: C Glenn
- Re: DataBindings.Add
- From: Dmytro Lapshyn [MVP]
- DataBindings.Add
- Prev by Date: Re: Serious Threading.Monitor issues in .NET 2.0
- Next by Date: Re: Generics n-tier design question
- Previous by thread: Re: DataBindings.Add
- Next by thread: Conditional compilation attribute
- Index(es):