Hi
We are going to migrate a VB application to Windows Forms. The current application uses DataView Control from Green Tree. This is a kind of dynamic data entry control. We can specify the field type (Text Box, Check Box etc), data source (Table, column name etc), and positioning (width, height etc) and then, the control will generate all fields during the runtime. Are there any equivalent controls in .NET?

Thanks and Regards
Prasanth