System.OutOfMemoryException problem

M

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
 
A

Alvin Bruney [ASP.NET MVP]

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top