Hi All,

I have a question regarding an application that I am working on. I want to create multiple datagrid/dataset based on the value that the user inputs into a numericUpDown control. I want to be able to store data in multiple datagrid based on the value that is entered into the NumericUpDown control.


For example if the user enters the value 2 into the numericUpDown control I want the program to create two datagrid in separate forms (datagrid1 in one form and datagrid2 in second form).


I am using VB.Net 2003.

Any help on this would be greately apprecaited. thanks



-Srig