Map Excel To SQL Table columns in gridview

jinjouk

New member
Joined
May 14, 2008
Messages
3
Programming Experience
1-3
Hi there, I have been trying to get this workin for last few days and have searched all over net with no solution.

I want a gridview with 2 columns, one is a dropdown box with the values of the Excel schema, the other is just a textbox with each row having a different item of the sql table schema.

Similar to what SQL importer has (I'm basically doing a custom importer here.)

I have managed to load both schemas and stored them in array of strings.

But i cant get the gridview working with them, tried bindingsources and stuff but I get the wrong results.

Has anyone done something like this before or know of an elegant solution?

Thanks
 
Back
Top