Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

What Should be Mapping Name For DataGridTableStyle?

Status
Not open for further replies.

vinidel

IS-IT--Management
Jan 23, 2004
78
US

What should be Mapping Name For DataGridTableStyle whose DataGrid DataSource Is An Array Of Objects?


 
Thanks RiverGuy for the link.

Well I found the way as follows:

dGridContractSno.DataSource() = SpendingPlanData.SplanArray

Dim dGridContrStyle As DataGridTableStyle = New DataGridTableStyle

dGridContrStyle.MappingName = "ClassSPlan[]"

ClassSPlan is the name of a class

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top