Search results for query: *

  1. P

    Problem binding a dataset to controls

    Thanks for your response, guys! The solution to the problem turned out to be simple, but bizarre: Thanks to a suggestion by Joe Stegman of Microsoft that invisible controls will not bind to a dataset, I eventually discovered that a panel containing most of the controls on the offending tab...
  2. P

    Problem binding a dataset to controls

    I am having the following problem: Columns in a dataset refuse to bind to the controls on a tab surface in my tabbed form. (The binding process works on the other tab surfaces.) When my code executes a DataBindings.Add statement on each control, the corresponding data for a particular column in...
  3. P

    failure of ComboBox to bind to DBNull

    This error occurs with respect to all of the cases where a combobox represents an optional, nullable column that is constrained by a foreign key and an attempt is made to save a new record and the user has made no manual selection using the combobox. The error has been narrowed down to the...
Back
Top