This page demonstrates a very basic DataView. The implementation is exactly the same as ListView except IDataProvider is used to provide data instead of a list.
	
		| Actions | ID | First Name | Last Name | Home Phone | Cell Phone | 
	
		| [actions] | [contactid] | [firstname] | [lastname] | [homephone] | [cellphone] |