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
Explain diff. Betn dataset and recordset?
Which is better union or union all?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net?
How can we provide the WebParts control functionality to a server control?
What is difference Between Authentication and authorization?
Explain about consistent programming model in the .NET framework?
What are the properties of the eventargs argument when capturing keyboard events?
How ASP and ASP.NET page works? Explain about asp.net page life cycle?
Which browsers support the xmlhttprequest object?
Why mvc is better than asp.net? : Asp.Net MVC
How to create discussion forum in asp.net mvc? : Asp.Net MVC
What are different types of api?
What is difference between URL and URI?
Name some asp objects?
how to write html code with ssl