Welcome![Sign In][Sign Up]
Location:
Downloads WEB Code
Title: dataview Download
  • Category:
  • Document
  • Tags:
  • [WORD]
  • File Size:
  • 7.42kb
  • Update:
  • 2008-10-13
  • Downloads:
  • 0 Times
  • Uploaded by:
  • cy051402
 Description: One of the main functions of the DataView is to allow data binding on Windows forms and Web forms. In addition, you can customize the DataView to represent a subset of the data in the DataTable. This feature lets you have two controls that bind to the same DataTable but display different data versions. For example, a control may be bound to all rows of DataView in the display table, while another may be configured to display only rows that have been deleted from the DataTable. The DataTable also has the DefaultView property. It returns the default DataView of the table. For example, if you want to create a custom view on the table, set the RowFilter on the DataView that the DefaultView returns. To create a filter and Sort view of the data, set the RowFilter and Sort properties. Then, use the Item attribute to return a single DataRowView. You can also add and remove from a collection of rows using the AddNew and Delete methods. When using these methods, the RowStateFilter property can be set to specify that only rows or new rows that have been deleted can be displayed by the DataView.
 Downloaders recently: [More information of uploader cy051402]
 To Search: DataView
File list (Check if you may need any files):

CodeBus www.codebus.net