|
|
Click Here To Get Amazing Facebook Profile Covers,Status Messages
Similar entries
- Harley Davidson in india
- How does ARP work?
- Howto add connection string in web.config of asp.net
- Enable disable autoplay in windows.
- Difference between Form submission methods GET and POST
- How to install IIS (Internet Information Server) on Windows XP
- Basic functions of each layer in OSI reference model
- Review of Dil Bole Hadippa
- IP Address- from classful addressing to CIDR
- MAC address vs IP Address for data transmission
If you want features like sorting, paging and editing data in your display then Datagrid is advised because datagrid has built in feature for all this.In Reapeater you have to implement these features by writing code.Repeater allows you to have more control over rendered html than datalist and datagrid.
Datagrid is not much flexible or customisable as you can display one record at a time while in case of Repeater you can display as you wish.In terms of flexibility Datalist lies between these two.Datalist is the control which allows you to repeat columns horizonatlly and vertically.Performance wise Repeater is the best but for newbies's datagrid is ok.