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

What is considered a service provider?

514


What is inproc mode in session?

505


Explain the asp.net mvc folder conventions? : asp.net mvc

504


What is the extension of master page in asp.net?

543


Define resource files.

561






What is the function used for removing an event listener?

544


What is meant by web application?

543


What is ipostback?

599


A web service can only be written in .net? State whether true or false.

536


Explain file-based dependency and key-based dependency.

567


What is view state management in asp net?

461


What is semantic gap?

619


What is a web server? What are the load limits in it?

584


What is paging in context of Memory?

648


What is the difference between session and application?

500