Is DataRepeater available also in C#?

134 Views Asked by At

I'm doing a remake in C# of an application written in VisualBasic. This app contains 3 or 4 DataRepeater that, for certain reasons, is not plenty supported by Microsoft (infact the VisualBasicPowerPack is from third part). Is DataRepeater available also in C#? If not is there a solution to avoid it? Many thanks

enter image description here

2

There are 2 best solutions below

3
On

You can download Visual Basics Power Pack Controls and use them in C#. After you install the pack you should be able to see DataRepeater in your toolbox window.

0
On

Problem solved. I downloaded the most recent PowerPack. Thanks to all for the suggestions.