Click here to Skip to main content
15,891,136 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionDatrareader Pin
mylogics20-Jul-09 20:11
professionalmylogics20-Jul-09 20:11 
AnswerRe: Datrareader Pin
Baran M20-Jul-09 20:19
Baran M20-Jul-09 20:19 
AnswerRe: Datrareader Pin
Abhijit Jana20-Jul-09 20:28
professionalAbhijit Jana20-Jul-09 20:28 
QuestionFooling DataPager Control Pin
Juvil John20-Jul-09 20:10
Juvil John20-Jul-09 20:10 
AnswerRe: Fooling DataPager Control Pin
Christian Graus20-Jul-09 20:46
protectorChristian Graus20-Jul-09 20:46 
GeneralRe: Fooling DataPager Control Pin
Juvil John20-Jul-09 21:29
Juvil John20-Jul-09 21:29 
GeneralRe: Fooling DataPager Control Pin
Christian Graus20-Jul-09 21:53
protectorChristian Graus20-Jul-09 21:53 
QuestionLoadControlState not firing after moving the viewstate to session. Pin
mtilak20-Jul-09 18:57
mtilak20-Jul-09 18:57 
Hi,

I am trying to move the viewstate into session for our web application, Everything works fine if the viewstate is on the page(LoadControlState is called, PageLoad is called, SaveControlState is called in sequence), once I move the viewstate to session using the below code, LoadControlState is never called.

protected override PageStatePersister PageStatePersister
{
get
{
if (ConfigurationSettings.AppSettings["ServerSideViewState"] == "1")
return new SessionPageStatePersister(this);
else
return base.PageStatePersister;
}
}

Thanks for reading this.
QuestionPrinting in asp.net Pin
banerjins20-Jul-09 18:54
banerjins20-Jul-09 18:54 
AnswerRe: Printing in asp.net Pin
Christian Graus20-Jul-09 20:35
protectorChristian Graus20-Jul-09 20:35 
QuestionHow to Use Out Parameter in VB.NET Pin
Jagz W20-Jul-09 18:37
professionalJagz W20-Jul-09 18:37 
AnswerRe: How to Use Out Parameter in VB.NET Pin
r a m e s h20-Jul-09 18:58
r a m e s h20-Jul-09 18:58 
AnswerRe: How to Use Out Parameter in VB.NET Pin
Baran M20-Jul-09 19:00
Baran M20-Jul-09 19:00 
QuestionButton Pin
Rajni_pooni20-Jul-09 17:23
Rajni_pooni20-Jul-09 17:23 
AnswerRe: Button Pin
N a v a n e e t h20-Jul-09 17:46
N a v a n e e t h20-Jul-09 17:46 
AnswerRe: Button Pin
Christian Graus20-Jul-09 18:02
protectorChristian Graus20-Jul-09 18:02 
AnswerRe: Button Pin
Abhijit Jana20-Jul-09 18:12
professionalAbhijit Jana20-Jul-09 18:12 
QuestionConfirm popup Pin
scoffer20-Jul-09 16:04
scoffer20-Jul-09 16:04 
AnswerRe: Confirm popup Pin
Christian Graus20-Jul-09 18:03
protectorChristian Graus20-Jul-09 18:03 
AnswerRe: Confirm popup Pin
Mogamboo_Khush_Hua20-Jul-09 19:26
Mogamboo_Khush_Hua20-Jul-09 19:26 
QuestionCrystal report gives error after publishing onto iis6.0 Pin
Manoranjan Sahoo20-Jul-09 15:19
Manoranjan Sahoo20-Jul-09 15:19 
QuestionTransaction-Sql Pin
Learner52020-Jul-09 13:29
Learner52020-Jul-09 13:29 
AnswerRe: Transaction-Sql Pin
Christian Graus20-Jul-09 13:43
protectorChristian Graus20-Jul-09 13:43 
AnswerRe: Transaction-Sql Pin
Zafar A khan 20-Jul-09 20:52
professionalZafar A khan 20-Jul-09 20:52 
QuestionASP.NET Forums download? [modified] Pin
NaNg1524120-Jul-09 9:00
NaNg1524120-Jul-09 9:00 

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.