all groups > vb.net controls > february 2004 >
You're in the

vb.net controls

group:

DataGrid Name Mapping


DataGrid Name Mapping Tom
2/24/2004 2:27:08 PM
vb.net controls: I am reading a serialized data file into a collection. I want to then
display the data in the collection into a datagrid control. I know that I
have to set name to the correctly to get my datadisplay to display only the
columns I want. However, I can't seem to find out what the name is. I know
if I was using a table or a dataset I could use the name but how do you do
this with a collection?

Thanks

Re: DataGrid Name Mapping Ken Tucker [MVP]
2/24/2004 2:34:51 PM
Hi,

MappingName for an collection is Collection. Mappingname for an
ArrayList is ArrayList.

http://www.onteorasoftware.com/Datagrid.aspx#AnsDB1

Ken
-----------
[quoted text, click to view]

Re: DataGrid Name Mapping Donal Fitterer
2/25/2004 9:09:45 AM
Thanks Ken. Works great now.
[quoted text, click to view]

AddThis Social Bookmark Button