Pagine
C#
HTML, CSS & ...
SQL
PC World - Tips & Tricks
About Me
mercoledì 4 settembre 2013
c# - WPF, Binding DataGrid with DataSet
Hi,
the following code shows how you can bind a DataGrid with a DataSet in WPF.
YourWpfDataGrid.ItemsSource = YourDataSet.Tables[
"YourTable"
].AsDataView();
My Two Cents ...
Post più recenti
Post più vecchi
Home page
Iscriviti a:
Post (Atom)