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
What are demand-paging and pre-paging?
What is the difference between ldap and active directory?
What is a web api endpoint?
Explain the basic functionality of garbage collector?
What is custom events? How to create it?
To add a hyperlink column to the DataGrid which tag is used ?
Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?
What is a web pool?
What’s difference between “optimistic” and “pessimistic” locking?
What is the application pool?
What is the adavantage of using ASP.NET routing?
What are httphandlers and httpmodules and difference between them?
What is a session in asp.net?
Explain the difference between value type and reference type?
What is the difference between ASP.NET Webforms and ASP.NET MVC?