C#.net DataSet and DataView

decrypt

Well-known member
Joined
Oct 6, 2003
Messages
216
I have a datagrid that loads an xml file into it using a DataSet. The problem that I have, is that I cannot figure out how to get a DataView to work with it so I can set its allownew property to false. How can I use a DataView along with a DataSet that has a loaded xml file in it?
 
Back
Top