Search results for query: *

  1. S

    Creating a Control that loads its data at runtime based on connection string property

    I want to set the property via the property grid without using any code. Any ideas? I can add the property attribute to the control but im unsure how to reference it. Thanks
  2. S

    Creating a Control that loads its data at runtime based on connection string property

    I want to be able to point the control to a different sql server datasource at design time only. Running the application that contains the control will populate the combo boxes within the control based on the connection string provided. I intend to populate a dataset 'housed' within the...
  3. S

    Creating a Control that loads its data at runtime based on connection string property

    Hi, I have created a custom control for editing a standard address. This control contains combo boxes for County, Country etc The control contains a property that is used at design time to specify a connection string. My intension is to populate the controls at runtime What is the best...
  4. S

    Passing records between forms, validating and updating

    Hi, Using the .showdialog method, does not require me.close??
  5. S

    Passing records between forms, validating and updating

    Form Validation Hi The same dialog will be used for creating new records so the problem with that approach is the user has to enter/exit each control to fire the validation event. S
  6. S

    Passing records between forms, validating and updating

    Hi Please can someone offer me advice relating to the following scenario? I am using a third party grid control bound to a table in SQL Server Express. If a record is selected in the grid, a datarow is returned containing the record. At this point I instantiate a new form class that holds...
Back
Top