I was asked to look if in windows forms c# i can make somehow to be the same layout as a repeater from Asp.
I attach a printscreen.
I am new to windows forms application.
I tried with DataRepeater as stated here but can not have a pagination as you will see i image attached. http://blogs.msdn.com/b/vsdata/archive/2009/08/12/datarepeater-control-for-windows-forms.aspx

I was asked to look if in windows forms c# i can make somehow
Share
Here is a link to a simple tutorial about implementing paging with a DataGrid. This should get you the basics and you can further modify it to meet your needs.
http://www.codeproject.com/Articles/16303/DataGrid-Paging-C-Windows-Forms