Link to home
Start Free TrialLog in
Avatar of 0nepiece
0nepieceFlag for Philippines

asked on

How to bind DataGridView and add columns manually

Hi everyone, I created a Base DataGirdView control that will contain existing records depending on a transaction. I'm using C# .NET 2005. How do I bind data from MS Access 2003 and select columns to be added in the datagridview manually? Thanks in advance.
ASKER CERTIFIED SOLUTION
Avatar of Reza Rad
Reza Rad
Flag of New Zealand image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of 0nepiece

ASKER

Oh btw I'm creating a Windows Form in C# .NET 2005. I'm unable to use the BoundField here
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks!