System.OutOfMemoryException problem
am 04.01.2008 07:53:00 von Mike
Hi Guys,
I have an aspx page that include some Ajax components (UpdatePanel,
ProgressBar, Extenders) and a wizard for about 15 pages and in every page I
am adding some labels, textboxes, dropdownlists, checkboxes.
and now I'm up to page 8 in my wizard and if I add some more controls in my
wizard page or even moving backward or forward to another wizard page some of
the controls will change to gray box with an error like this eg. -(Error
Creating Control -Label65 Exception of type 'System.OutOfMemoryException'
Was Thrown).
I tried close and reopen the application or to restart the computer but
still getting the same error!!!?
Thanks
--
Regards,
M.Rochdi
Re: System.OutOfMemoryException problem
am 07.01.2008 01:57:30 von Alvin Bruney
What is the system usage of memory like when you start to walk through the
different pages of the wizard? Does it continue to grow?
--
--
Regards,
Alvin Bruney [MVP ASP.NET]
[Shameless Author plug]
The O.W.C. Black Book, 2nd Edition
Exclusively on www.lulu.com/owc $19.99
"Mike" wrote in message
news:2846DA5C-FE2C-47D0-8828-AB82CF8DBCFE@microsoft.com...
> Hi Guys,
>
> I have an aspx page that include some Ajax components (UpdatePanel,
> ProgressBar, Extenders) and a wizard for about 15 pages and in every page
> I
> am adding some labels, textboxes, dropdownlists, checkboxes.
> and now I'm up to page 8 in my wizard and if I add some more controls in
> my
> wizard page or even moving backward or forward to another wizard page some
> of
> the controls will change to gray box with an error like this eg. -(Error
> Creating Control -Label65 Exception of type 'System.OutOfMemoryException'
> Was Thrown).
> I tried close and reopen the application or to restart the computer but
> still getting the same error!!!?
>
>
> Thanks
>
> --
> Regards,
> M.Rochdi