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
Which library is used by the testers and developers to develop automated tests and create testing tools?
What are the file extensions for razor views?
Explain in what order a destructors is called.
What methods are fired during the page load? Init()
in which protocol ASP.NET WEB API Work?
How can we register exception filter from the action?
What are the Types of chaching. How to implement caching
What are navigation controls? How many navigation controls are there in ASP.NET 4.0?
Which .NET framework supports Web API?
What are sql joins?
How many web config files can be created for an application?
What is the purpose of asp.net?
When we use cookie less session? Explain its working?
What is asp net_sessionid?
What is the use of global.asax file?