How to use a VB usercontrol on a C# page?
- by ks78
Hopefully someone will be able to point me in the right direction.
I've created a usercontrol in VB that handles paging more efficiently than the DataPager (at least for very large datasets). I'd like to use it in a C# project, but I've been having trouble getting it to work.
I've tried simply adding PagingControl.ascx to the C# project, but…