Click here to Skip to main content
15,894,907 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: how to convert ? Pin
N a v a n e e t h21-Feb-08 21:22
N a v a n e e t h21-Feb-08 21:22 
QuestionHow to Import Data From SQL server or any database to SAP by dot net coding? Pin
Shippya21-Feb-08 17:51
Shippya21-Feb-08 17:51 
AnswerRe: How to Import Data From SQL server or any database to SAP by dot net coding? Pin
Christian Graus21-Feb-08 18:24
protectorChristian Graus21-Feb-08 18:24 
Generalconfiguration error Pin
Member 387988121-Feb-08 16:45
Member 387988121-Feb-08 16:45 
GeneralRe: configuration error Pin
Christian Graus21-Feb-08 17:39
protectorChristian Graus21-Feb-08 17:39 
GeneralRe: configuration error Pin
Gandalf_TheWhite21-Feb-08 21:53
professionalGandalf_TheWhite21-Feb-08 21:53 
GeneralStoring class into session Pin
Kasic Slobodan21-Feb-08 7:58
Kasic Slobodan21-Feb-08 7:58 
AnswerRe: Storing class into session Pin
Venkatesh Mookkan21-Feb-08 15:43
Venkatesh Mookkan21-Feb-08 15:43 
Kasic Slobodan wrote:
On every page, where I need information from session, I do


UserInfo user = (UserInfo)Session["UserInfo"];


Are you doing this outside the events, I meant on the declarative part of the Page Class? Session object get initialized after the Page Init event. May be you are try to assign the Session value to your class before the Page Load like,

UserInfo user = (UserInfo)Session["UserInfo"];

protected void Page_Load (object sender, EventArgs e){
   // YOUR STATEMENTS
   // YOUR STATEMENTS
   // YOUR STATEMENTS
   // YOUR STATEMENTS
   // YOUR STATEMENTS
}



[Venkatesh Mookkan]
My: Website | Yahoo Group | Blog Spot

GeneralRe: Storing class into session Pin
Kasic Slobodan22-Feb-08 10:25
Kasic Slobodan22-Feb-08 10:25 
GeneralRe: Storing class into session Pin
N a v a n e e t h21-Feb-08 21:37
N a v a n e e t h21-Feb-08 21:37 
QuestionNew window script is not working at MS Vista? Pin
Dong Kim21-Feb-08 6:56
Dong Kim21-Feb-08 6:56 
GeneralRe: New window script is not working at MS Vista? Pin
Not Active21-Feb-08 8:00
mentorNot Active21-Feb-08 8:00 
AnswerRe: New window script is not working at MS Vista? Pin
Dong Kim21-Feb-08 9:25
Dong Kim21-Feb-08 9:25 
GeneralRe: New window script is not working at MS Vista? Pin
Not Active21-Feb-08 9:34
mentorNot Active21-Feb-08 9:34 
GeneralAPPLICATION TO RUN EVERY FEW SECONDS Pin
kibromg21-Feb-08 5:28
kibromg21-Feb-08 5:28 
GeneralRe: APPLICATION TO RUN EVERY FEW SECONDS Pin
J4amieC21-Feb-08 5:29
J4amieC21-Feb-08 5:29 
GeneralRe: APPLICATION TO RUN EVERY FEW SECONDS Pin
kibromg21-Feb-08 5:47
kibromg21-Feb-08 5:47 
GeneralRe: APPLICATION TO RUN EVERY FEW SECONDS Pin
J4amieC21-Feb-08 6:08
J4amieC21-Feb-08 6:08 
GeneralRe: APPLICATION TO RUN EVERY FEW SECONDS Pin
kibromg21-Feb-08 6:17
kibromg21-Feb-08 6:17 
GeneralRe: APPLICATION TO RUN EVERY FEW SECONDS Pin
Vasudevan Deepak Kumar21-Feb-08 19:19
Vasudevan Deepak Kumar21-Feb-08 19:19 
GeneralRe: APPLICATION TO RUN EVERY FEW SECONDS Pin
hartertobak21-Feb-08 9:13
hartertobak21-Feb-08 9:13 
GeneralRe: APPLICATION TO RUN EVERY FEW SECONDS Pin
hartertobak21-Feb-08 9:16
hartertobak21-Feb-08 9:16 
GeneralRe: APPLICATION TO RUN EVERY FEW SECONDS Pin
J4amieC21-Feb-08 22:41
J4amieC21-Feb-08 22:41 
QuestionWorking with large datasets and filtering Pin
Member 438223221-Feb-08 3:38
Member 438223221-Feb-08 3:38 
GeneralRe: Working with large datasets and filtering Pin
Not Active21-Feb-08 5:17
mentorNot Active21-Feb-08 5:17 

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.