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
Is DataRepeater available also in C#?
134 Views Asked by Livio At
2
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.