|
-
Nov 27th, 2003, 07:06 AM
#1
Thread Starter
Registered User
DatGrid Transposing
Hello everyone,
I have to design an ActiveX control similar with Datagrid but with one difference: i want that the columns from a table to be displayed as a row in my control (and not as columns).
I did this with a ListView in a StandardExe application and now I want to transform it in an ActiveX Control.
The problem is how to write the property DataSource for my control in order to work like Datagrid.DataSource= recordSet.
Conclusion:
I want to be able to set the property MyDataGridTransposed.DataSource = RecordSet
Thanks a lot
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|