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 difference between response.redirect and server.transfer?
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?
What is state management techniques in asp.net?
How to unit test Web API?
Describe the method to create a permanent cookie?
Any disadvantages in Dataset and in reflection ?
Can you change a master page dynamically at runtime? How?
What are the server controls in asp.net?
What are the features that make asp.net more used framework? : asp.net mvc
What is a session in programming?
Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?
Is asp.net free?
What is the use of view state?
How do http sessions work?
How do you do Client-side validation in .Net?