Different Types of Grid Control in Asp.Net |
|
Answered By
Moderator1
on
1/22/2010 9:49:13 PM |
|
|
|
|
Hi,
There is only one Grid control in Asp.Net. As you know it is GridView control. But there are many data bound controls such as DataList, Repeater control, ListView control, etc.. Every control has its own purpose. |
|
|
|
|
|
Databound Controls Examples |
|
Answered By
Moderator1
on
1/23/2010 6:17:17 AM |
|
|
|
|
Hi,
Check our articles section. You can find more articles related DataList, Repeater and GridView. Sure this will help you to understand the basic of these controls. Otherwise you can use MSDN, which have complete tutorials for beginners like you. |
|
|
|