Click here to Skip to main content
15,881,803 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: webfarm with state server session mode Pin
tejesh12315-Apr-09 1:44
tejesh12315-Apr-09 1:44 
GeneralRe: webfarm with state server session mode Pin
Yusuf15-Apr-09 4:11
Yusuf15-Apr-09 4:11 
AnswerRe: webfarm with state server session mode Pin
Abhijit Jana15-Apr-09 1:50
professionalAbhijit Jana15-Apr-09 1:50 
GeneralRe: webfarm with state server session mode Pin
tejesh12315-Apr-09 2:00
tejesh12315-Apr-09 2:00 
GeneralRe: webfarm with state server session mode Pin
Abhijit Jana15-Apr-09 2:27
professionalAbhijit Jana15-Apr-09 2:27 
GeneralRe: webfarm with state server session mode Pin
tejesh12315-Apr-09 18:58
tejesh12315-Apr-09 18:58 
Questionproblem while reading an appending file in asp.net 2005 Pin
sanjubaba15-Apr-09 0:35
sanjubaba15-Apr-09 0:35 
QuestionRe: problem while reading an appending file in asp.net 2005 Pin
Ian McCaul15-Apr-09 3:52
Ian McCaul15-Apr-09 3:52 
AnswerRe: problem while reading an appending file in asp.net 2005 Pin
sanjubaba15-Apr-09 18:13
sanjubaba15-Apr-09 18:13 
QuestionUpdate panel and Link button problem Pin
meeram39515-Apr-09 0:32
meeram39515-Apr-09 0:32 
AnswerRe: Update panel and Link button problem Pin
Spunky Coder15-Apr-09 1:18
Spunky Coder15-Apr-09 1:18 
Questiongridviw data export to excel and save as zip format?? urgent!!! Pin
anujchetan15-Apr-09 0:17
anujchetan15-Apr-09 0:17 
AnswerRe: gridviw data export to excel and save as zip format?? urgent!!! Pin
kishorgh15-Apr-09 1:09
kishorgh15-Apr-09 1:09 
GeneralRe: gridviw data export to excel and save as zip format?? urgent!!! Pin
anujchetan15-Apr-09 1:19
anujchetan15-Apr-09 1:19 
AnswerRe: gridviw data export to excel and save as zip format?? urgent!!! Pin
Yusuf15-Apr-09 4:40
Yusuf15-Apr-09 4:40 
QuestionSystem.OutOfMemoryException [modified] Pin
bikash pattanayak15-Apr-09 0:02
bikash pattanayak15-Apr-09 0:02 
hi all,

I am binding a gridview with 18 to 30 thousand records and I have implimented datagrids defult paging concept.But during binding it doesnot give any error where as while rendering the page system hangs for some time and then giveng an error like :

System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.

[OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.]
System.IO.MemoryStream.set_Capacity(Int32 value) +59
System.IO.MemoryStream.EnsureCapacity(Int32 value) +47
System.IO.MemoryStream.Write(Byte[] buffer, Int32 offset, Int32 count) +121
System.IO.BinaryWriter.Write(Byte[] buffer, Int32 index, Int32 count) +25
System.Web.UI.ObjectStateFormatter.SerializeValue(SerializerBinaryWriter writer, Object value) +4549

[ArgumentException: Error serializing value 'System.Data.DataSet' of type 'System.Data.DataSet.']
System.Web.UI.ObjectStateFormatter.SerializeValue(SerializerBinaryWriter writer, Object value) +4857
System.Web.UI.ObjectStateFormatter.Serialize(Stream outputStream, Object stateGraph) +140
System.Web.UI.ObjectStateFormatter.Serialize(Object stateGraph) +93
System.Web.UI.ObjectStateFormatter.System.Web.UI.IStateFormatter.Serialize(Object state) +30
System.Web.UI.Util.SerializeWithAssert(IStateFormatter formatter, Object stateGraph) +52
System.Web.UI.HiddenFieldPageStatePersister.Save() +125
System.Web.UI.Page.SavePageStateToPersistenceMedium(Object state) +148
System.Web.UI.Page.SaveAllState() +979
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5018



I am using asp.net 2.0 with vb.net. Please provide some solutions it's urgent.Is there any setting in default pagging so that it will work fine for large data also.

regards
bikash Smile | :)

modified on Wednesday, April 15, 2009 7:19 AM
AnswerRe: System.OutOfMemoryException Pin
Colin Angus Mackay15-Apr-09 0:53
Colin Angus Mackay15-Apr-09 0:53 
QuestionFile uploading stuck Pin
Hristiyan14-Apr-09 23:41
Hristiyan14-Apr-09 23:41 
AnswerRe: File uploading stuck Pin
Yusuf15-Apr-09 4:33
Yusuf15-Apr-09 4:33 
AnswerRe: File uploading stuck Pin
Hristiyan15-Apr-09 6:15
Hristiyan15-Apr-09 6:15 
Questionusing Ajax timer control Pin
Member 447022314-Apr-09 23:22
Member 447022314-Apr-09 23:22 
AnswerRe: using Ajax timer control Pin
Yusuf15-Apr-09 4:37
Yusuf15-Apr-09 4:37 
QuestionState maintanence? Pin
Karthick_gc14-Apr-09 22:46
Karthick_gc14-Apr-09 22:46 
AnswerRe: State maintanence? Pin
Yusuf15-Apr-09 4:39
Yusuf15-Apr-09 4:39 
Questionobject tag problem Pin
naveen attri14-Apr-09 22:39
naveen attri14-Apr-09 22:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.