S
Sigrid
I have a custom control A, that has two text fields and a datagrid object.
the datagrid is populated within the control, quering the information from
the database at the time of construction. Now I have a Form, with a tabbed
control, let's name it B. On the object B we need to display N instances of
object A with all the data filled. But for some reason, any time N gets
larger than 10 the program slows significantly and if we need to add 30 or
more instances of A the program gets a timeout exception. Any ideas?
the datagrid is populated within the control, quering the information from
the database at the time of construction. Now I have a Form, with a tabbed
control, let's name it B. On the object B we need to display N instances of
object A with all the data filled. But for some reason, any time N gets
larger than 10 the program slows significantly and if we need to add 30 or
more instances of A the program gets a timeout exception. Any ideas?