Just so you know, this is a .NET question and as such should have been asked in the .NET forum. This forum is for classic ASP and you will receive better technical help with your question if you ask it over there. Having said that here goes...
It is possible to use paging with a repeater control in C# but the .NET Framework does not provide a paging method as it does with the datagrid. You have to do all the work yourself! The link below is an article describing a paging technique you could use with a repeater control:
Comment