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


Please Help Members By Posting Answers For Below Questions

Define view state.

554


Is there any alternative to avoid name collisions other then Namespaces?

575


How does asp net store session ids by default?

536


What is bound controls

592


ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?

1472






What is asp.net response object?

564


Explain different authentication modes in asp.net?

552


What is the difference between asp.net mvc and asp.net webforms? : asp.net mvc

547


Explain page output caching?

530


What are the Types of chaching. How to implement caching

564


What is the difference between session and viewstate?

520


What are different types of api?

533


How to use a Master Database in Asp.net?

570


Will session work if cookies is disabled?

531


What is boxing and unboxing in asp.net?

669