can I use session variable in App_code Class page??
Answer Posted / bhaskar.joardar
Yes, Using HttpContext.Current.Session
["SessionName"].ToString().
| Is This Answer Correct ? | 29 Yes | 4 No |
Post New Answer View All Answers
What is the purpose of url encoding?
Explain culture and uiculture values.
How to find last error which occurred in Asp.net ?
How we can force all the validation controls to run?
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?
Explain weak typing and strong typing.
What is the purpose of session management?
Can you clarified A Web service can only be written in .NET or not?
What's the use of formatters in .net?
how to transfer the file from client to server using asp.net
What is custom attribute?
What are the authentication types in asp.net?
What is session start?
How would you create a permanent cookie?
Explain a program using razor view engine to create a simple application? : asp.net mvc