performance problerm with custom control

  • Thread starter Thread starter Sigrid
  • Start date Start date
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?
 
Hi Sigrid,

I have added a reply to you in
microsoft.public.dotnet.framework.windowsforms.controls group, please
follow up me there.

Thanks for your understanding.

Best regards,
Jeffrey Tan
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
Back
Top