Click here to Skip to main content
15,914,943 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Image Pin
mary_sa21-Sep-08 23:36
mary_sa21-Sep-08 23:36 
GeneralRe: Image Pin
Prashant B. Lavate22-Sep-08 1:20
Prashant B. Lavate22-Sep-08 1:20 
GeneralRe: Image Pin
mary_sa22-Sep-08 1:43
mary_sa22-Sep-08 1:43 
QuestionImporing Contacts from Orkut,facebook. Pin
Prashant B. Lavate21-Sep-08 23:13
Prashant B. Lavate21-Sep-08 23:13 
QuestionHyperlink in gridview (columns are created dynamically) [modified] Pin
Karan_TN21-Sep-08 22:38
Karan_TN21-Sep-08 22:38 
Questionchanging header text in the accordian control dynamically Pin
Krazy Programmer21-Sep-08 22:22
Krazy Programmer21-Sep-08 22:22 
AnswerRe: changing header text in the accordian control dynamically Pin
Prashant B. Lavate21-Sep-08 23:31
Prashant B. Lavate21-Sep-08 23:31 
GeneralRe: changing header text in the accordian control dynamically Pin
Krazy Programmer22-Sep-08 0:37
Krazy Programmer22-Sep-08 0:37 
GeneralRe: changing header text in the accordian control dynamically Pin
Prashant B. Lavate22-Sep-08 1:21
Prashant B. Lavate22-Sep-08 1:21 
Questionnew row in girdView using JavaScript Pin
Amr M. K.21-Sep-08 22:20
Amr M. K.21-Sep-08 22:20 
QuestionFlash Border Pin
mehrdadc4821-Sep-08 22:18
mehrdadc4821-Sep-08 22:18 
QuestionSystem.OutOfMemoryException Pin
kuwl_mark21-Sep-08 21:56
kuwl_mark21-Sep-08 21:56 
AnswerRe: System.OutOfMemoryException Pin
Abhishek Sur21-Sep-08 22:21
professionalAbhishek Sur21-Sep-08 22:21 
Generally the cause of this is:
Reading large data sets into memory.
Creating excessive cache entries.
Uploading or downloading large files.
Excessive use of regular expressions or strings while parsing files.
Excessive view state.
Too much data in session state or too many sessions.

Maybe if you are using Reports it may sometimes eat up the whole memory. Increase the memory of IIS and also do optimisation to your code so that you dont use much of your server space ....

Abhishek Sur


AnswerRe: System.OutOfMemoryException Pin
N a v a n e e t h21-Sep-08 23:08
N a v a n e e t h21-Sep-08 23:08 
Questionwindow.close() for mozilla for single window without popup Pin
ashish bhakhar21-Sep-08 21:42
ashish bhakhar21-Sep-08 21:42 
Questionusing orcle server client Pin
brettokumar21-Sep-08 21:31
professionalbrettokumar21-Sep-08 21:31 
AnswerRe: using orcle server client Pin
Abhishek Sur21-Sep-08 22:26
professionalAbhishek Sur21-Sep-08 22:26 
AnswerRe: using orcle server client Pin
N a v a n e e t h21-Sep-08 23:10
N a v a n e e t h21-Sep-08 23:10 
QuestionTreeview in Dropdown Extendar Pin
rahul.net1121-Sep-08 21:14
rahul.net1121-Sep-08 21:14 
Questionhow to write this code in C# Pin
Piyush Vardhan Singh21-Sep-08 20:46
Piyush Vardhan Singh21-Sep-08 20:46 
AnswerRe: how to write this code in C# Pin
Caio Kinzel Filho21-Sep-08 20:53
Caio Kinzel Filho21-Sep-08 20:53 
GeneralRe: how to write this code in C# Pin
Piyush Vardhan Singh21-Sep-08 21:22
Piyush Vardhan Singh21-Sep-08 21:22 
GeneralRe: how to write this code in C# Pin
Abhishek Sur21-Sep-08 22:24
professionalAbhishek Sur21-Sep-08 22:24 
GeneralRe: how to write this code in C# Pin
Caio Kinzel Filho22-Sep-08 3:41
Caio Kinzel Filho22-Sep-08 3:41 
QuestionHorizontal and vertical centering of a Update panel progress bar in a page. How? Pin
G Nathan21-Sep-08 20:12
G Nathan21-Sep-08 20:12 

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.