How many types of session in asp.net2.0
Answer Posted / swapna
ASP.NET pages typically post back to themselves in order to
process events.
Cross Page posting enables us to submit a form and have
this form and all its control values posted to another page.
The control which posts the page and all the control values
it contains has PostbackURL property.
And the receiving page uses PreviousPage property and the
PreviousPageType page directive to access the posting page
values
| Is This Answer Correct ? | 53 Yes | 40 No |
Post New Answer View All Answers
How Can assign alias name for ASP.NET Web API Action?
Explain about consistent programming model in the .NET framework?
What is the difference between Hash table and Array list?
Explain what is postback in asp. Net?
What is server components?
What is a session in asp.net?
Why do we need url encoding?
Define globalization and localization.
What are session state modes? List some of the important session state modes of asp.net.
What is session state server?
What is Web API?
What is the application pool?
How do I know asp.net mvc version? : Asp.Net MVC
What is the caspol.exe tool used for?
What is request and response in asp.net?