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 are the navigation ways between pages available in ASP.NET?
what is meant by sitemapnode ?
Where session id is stored?
What is advantage of code behind coding in ASP.NET?
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
How do you identify that the page is postback?
Differentiate the session object and application object?
What is is post back property in asp net?
How do you secure your configuration files to be accessed remotely by unauthorized users?
Why is global asax is used for?
What methods are fired during the page load? Init()
How can we create a website?
How many types of session state management options available in asp.net?
Explain asp.net page life cycle?
How do sessions work?