Memory Leaks
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
Date: Mon, 21 Feb 2005 10:52:15 -0700
Hi group,
I have created a User control and whenever I use that usercontrol in a form,
there is a memory leak. When I open and close the form, the form along with
my user control is not disposed. It does execute the dispose methods in my
form and in my usercontrol. I am sure there is something wrong with my
Usercontrol but I am not sure where exactly the problem is. Any suggestions
will be greatly appreciated.
Thanks,
Bhargavan
Relevant Pages
- Re: Reload user control?
... you can consider customize your ascx usercontrol to expose some public ... the postback event will be the proper time you find ... | The thing is that the other user control already has been added when the ... I have a datagrid of products in the shopping ... (microsoft.public.dotnet.framework.aspnet) - Re: Raising events from constituent controls
... and you place the infragisitics grid on a usercontrol called ... private sub infragisticsGrid_GridFilled handles infragistics.filled ... now you need to declare and raise an event in your usercontrol like this ... >> raise both standard and custom events from the user control so the form ... (microsoft.public.dotnet.languages.vb) - Re: Problem With Winforms UserControl on VS.net design time
... u might have properties in ur usercontrol that might set/get values ... When the user control loads for the first time, ... Private sPath as string ... It happens when there are some unhandled exception when the ... (microsoft.public.dotnet.faqs) - Re: Trouble with using User Control in different projects
... Thanks for your suggestion. ... you have to recreate the UserControl. ... user control in many applications and save time laying out and coding ... the contained elements of the user control. ... (microsoft.public.dotnet.languages.csharp) - Re: Stored Proc returns Numeric 0/1 values - DataGrid CheckBox wants "0"/"1" ---
... I have an Application that references a UserControl library and a Class ... and/or UserControl libraries. ... in a user control contained within the UserControl library. ... (microsoft.public.dotnet.framework.windowsforms.controls) |
|