问题描述
你知道我在哪里可以找到一个简单的例子来说明我想要实现的价值:
我我的数据库表中有两列填充数据集。
然后数据集用于填充数据网格。
但是我想存储数据列表中的数据集。我的数据集
有1列整数值和1列字符串值,所以我的
列表应该有相同的。
然后数据网格应该使用列表而不是
数据集来填充。
我不知道:
-how创建列表和存储我的数据集的值
-how指定一个列表作为我的数据网格的数据源
你能帮忙吗?
谢谢
Hi,
Do you know where I can find a simple example of what I''m trying to
achieve :
I have a dataset filled with two columns from a table of my database.
Then the dataset is used to fill a datagrid.
But I would like to store the data of the dataset in a list. My dataset
has 1 column of integer values and 1 column of string values, so my
list should have the same.
Then the datagrid should be filled using the list instead of the
dataset.
I don''t know :
-how to create a list and store my dataset''s values
-how to specify a list as the datasource for my datagrid
can you help ?
Thx
推荐答案
这篇关于datagrid从列表中填充的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!