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 is is post back property in asp net?
Where would you use an ihttpmodule, and what are the limitations of any?
Is redux flux?
What is the life cycle of web page?
Explain the difference between debug.write and trace.write?
Who creates jsessionid?
What is a session http?
How can we use Web API with ASP.NET Web Form?
Explain the Order of events in an asp.net page?
What is the use of data set in asp.net?
What are user controls?
Which property is used to identify the Page is Post Back in ASP.NET?
What is data caching?
What is difference between URL and URI?
Which data type does the rangevalidator control support?