OutOfMemoryException
-
i write this code : when i debuged , in line 5 i see this error : "Exception of type 'System.OutOfMemoryException' was thrown." do u know what should i do? 1- HtmlTextWriter htmlWrite = new HtmlTextWriter(stringWriter); 2- DataGrid DataGrd = new DataGrid(); 3- DataGrd.DataSource = dsGrid; 4- DataGrd.DataBind(); 5- DataGrd.RenderControl(htmlWrite);
-
i write this code : when i debuged , in line 5 i see this error : "Exception of type 'System.OutOfMemoryException' was thrown." do u know what should i do? 1- HtmlTextWriter htmlWrite = new HtmlTextWriter(stringWriter); 2- DataGrid DataGrd = new DataGrid(); 3- DataGrd.DataSource = dsGrid; 4- DataGrd.DataBind(); 5- DataGrd.RenderControl(htmlWrite);
You've already posted this question in the ASP.NET forum: http://www.codeproject.com/Messages/4664795/exception-of-type-system-outofmemoryexception-was-.aspx[^]
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer