July 22, 2006

datalist, datagrid or repeater

in asp.net, visual studio 2005 provides you with 3 controls to view data from a source.. all three controls are populated by using a datasource (which can be a database, xml, odbc sources..) by using the databind() method.
1. repeater is the basic of all the three
2. datagrid is easy to use. u can connect to [...]