I'm new to C# development. I am familiar with setting up connection strings and working with databases in ADO in VB6, but this is a bit more involved.
I have a very basic application in which I created a connection to a production database table with three fields. I drug the table onto the form and was pleasantly surprised to see how it not only created the table on the form, but also gave me navigation controls. Unfortunately, now...
Search Result
Collapse
2 results in 0.0014 seconds.
Keywords
Members
Tags
-
Change Connection string for designer table at runtime
-
PropertyGrid with DataSet or DataGridView
Problem: create a new winform app in C# VS2008.
Drop a PropertyGrid component, Drop a DataSet (untyped)
Set the PropertyGrid.Se lectedObject to the DataSet.
Run the application, and try to select the table editor.
Can not bring up the tables collection editor
Drop a DataGridView, set the PropertyGrid.Se lectedObject to the DataGridView.
Can not access the Columns collection.
A little...