| |||||||||||
DataTable.DefaultView PropertySystem.Data Namespace DataTable Class Returns a customized view of the table which may include a filtered view, or a cursor position. Syntax
Property Value
The property is read only with no default value. RemarksThe DefaultView property returns a DataView you can use to sort, filter, and search a DataTable. ExampleThe following example sets a property of the DataTable object's DataView through the DefaultView property. The example also shows the binding of a DataGrid control to a DataTable named "Suppliers" that includes a column named "CompanyName".
See Also |
| ||||||||||
Check out related books at Amazon
© 2000-2008 Rey Nuñez All rights reserved.
If you have any question, comment or suggestion
about this site, please send us a note
You can help support aspxtreme