|
Question : Looking for DataList Replacement in WinForms for C#
|
|
I am creating an application in WinForms utilizing C# and I noticed that the DataList is only available in ASP.NET applications. What control would replace this functionality in WinForms?
|
|
Answer : Looking for DataList Replacement in WinForms for C#
|
|
There is no repeat control available for windows. You can use datagrid or list control.
|
|
|