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
Is react a template engine?
What are the built-in objects in asp.net?
How tooltip is set through code-behind in ASP.NET?
What is difference between datalist and gridview?
What does a switch do?
Where is cookie used in asp.net?
What is the difference between an htmlinputcheckbox control and an htmlinputradiobutton control?
What is the syntax for datagrid and specifying columns?
What is a response cookie?
How to use a Master Database in Asp.net?
Explain significance of routing? : asp.net mvc
Explain the use of fragment caching.
Which protocol is used to call web service?
Demonstrate Render and PreRender?
What is a user developed application?