Click here to Skip to main content
16,008,750 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to change the Legend Colour in SSRS Pin
siddisagar21-Dec-09 22:20
siddisagar21-Dec-09 22:20 
AnswerRe: How to change the Legend Colour in SSRS Pin
sashidhar21-Dec-09 22:50
sashidhar21-Dec-09 22:50 
Questionerror: Pin
mylogics21-Dec-09 19:20
professionalmylogics21-Dec-09 19:20 
AnswerRe: error: Pin
mylogics21-Dec-09 20:31
professionalmylogics21-Dec-09 20:31 
GeneralRe: error: Pin
Abhishek Sur21-Dec-09 21:44
professionalAbhishek Sur21-Dec-09 21:44 
GeneralRe: error: Pin
mylogics21-Dec-09 22:29
professionalmylogics21-Dec-09 22:29 
QuestionSessionPageStatePersister is not releasing the old viewstate from session and so cpu memory is running out Pin
mtilak21-Dec-09 13:14
mtilak21-Dec-09 13:14 
AnswerRe: SessionPageStatePersister is not releasing the old viewstate from session and so cpu memory is running out Pin
Abhishek Sur21-Dec-09 21:37
professionalAbhishek Sur21-Dec-09 21:37 
Who told you that using SessionPageStatePersister is a better technique to hold page data.

I think it is better to have viewstate in hiddenfield using HiddenFieldPageStatePersister which is default. I think Everyone here will accept this(Even microsoft do think this, thats why they placed it as Default)

Using excessive session is not a good idea. Actually Session is cleared only when Session TimeOuts, or you manually clear the Session during Logout Request / or anywhere. PageStateAdapter can just refresh the Session Page state on every request.

Dont load lots of Data in one single Application Pool. This will endanger your site if large no of request is made to the site.

If possible, try to minimize the Viewstates transferred to the page.

Thumbs Up | :thumbsup:

Abhishek Sur
Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->

Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using Javascript

GeneralRe: SessionPageStatePersister is not releasing the old viewstate from session and so cpu memory is running out Pin
mtilak22-Dec-09 7:58
mtilak22-Dec-09 7:58 
GeneralRe: SessionPageStatePersister is not releasing the old viewstate from session and so cpu memory is running out Pin
Abhishek Sur22-Dec-09 21:17
professionalAbhishek Sur22-Dec-09 21:17 
GeneralRe: SessionPageStatePersister is not releasing the old viewstate from session and so cpu memory is running out Pin
mtilak23-Dec-09 5:22
mtilak23-Dec-09 5:22 
GeneralRe: SessionPageStatePersister is not releasing the old viewstate from session and so cpu memory is running out Pin
Abhishek Sur23-Dec-09 20:47
professionalAbhishek Sur23-Dec-09 20:47 
QuestionUrgent Help required to fix this error "An unsecured or incorrectly secured fault was received from the other party. See the inner FaultException for the fault code and detail." Pin
ravindradonkada21-Dec-09 6:14
ravindradonkada21-Dec-09 6:14 
AnswerRe: Urgent Help required to fix this error "An unsecured or incorrectly secured fault was received from the other party. See the inner FaultException for the fault code and detail." Pin
meltonllenos4-May-10 17:41
meltonllenos4-May-10 17:41 
Questionmaking a window model Pin
Hema Bairavan21-Dec-09 0:54
Hema Bairavan21-Dec-09 0:54 
AnswerRe: making a window model Pin
Abhijit Jana21-Dec-09 1:03
professionalAbhijit Jana21-Dec-09 1:03 
QuestionPhoto tagging Pin
Subin Mavunkal20-Dec-09 23:41
Subin Mavunkal20-Dec-09 23:41 
AnswerRe: Photo tagging Pin
sashidhar20-Dec-09 23:46
sashidhar20-Dec-09 23:46 
QuestionUse windows control in ASP.NET Pin
Dot-Net-Dev20-Dec-09 22:18
Dot-Net-Dev20-Dec-09 22:18 
AnswerRe: Use windows control in ASP.NET Pin
Abhishek Sur20-Dec-09 22:35
professionalAbhishek Sur20-Dec-09 22:35 
GeneralRe: Use windows control in ASP.NET Pin
Dot-Net-Dev20-Dec-09 22:49
Dot-Net-Dev20-Dec-09 22:49 
GeneralRe: Use windows control in ASP.NET Pin
Abhishek Sur20-Dec-09 23:31
professionalAbhishek Sur20-Dec-09 23:31 
AnswerRe: Use windows control in ASP.NET Pin
Gamzun22-Dec-09 17:34
Gamzun22-Dec-09 17:34 
QuestionCalling Stored Procedure from javascript code Pin
deepseeindeepsy20-Dec-09 22:03
deepseeindeepsy20-Dec-09 22:03 
AnswerRe: Calling Stored Procedure from javascript code Pin
Abhishek Sur20-Dec-09 22:12
professionalAbhishek Sur20-Dec-09 22: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.