FarleySoftware
Programmer
I have a datagridview on a form, containing report names and their "friendly" names.
Example: myreport.rpt in one column, "My Report" in another.
To avoid problems with spelling etc, I'd like the report name column input to be controlled by a "browse for file" dialog.
I'm accustomed to similar things in continuous forms in Access, but this is my first try in the .NET forms world.
Perhaps I should be using a different control than a datagridview?
Thanks in advance.
Example: myreport.rpt in one column, "My Report" in another.
To avoid problems with spelling etc, I'd like the report name column input to be controlled by a "browse for file" dialog.
I'm accustomed to similar things in continuous forms in Access, but this is my first try in the .NET forms world.
Perhaps I should be using a different control than a datagridview?
Thanks in advance.