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


Please Help Members By Posting Answers For Below Questions

Is react a template engine?

686


What are the built-in objects in asp.net?

742


How tooltip is set through code-behind in ASP.NET?

824


What is difference between datalist and gridview?

782


What does a switch do?

740


Where is cookie used in asp.net?

778


What is the difference between an htmlinputcheckbox control and an htmlinputradiobutton control?

857


What is the syntax for datagrid and specifying columns?

2287


What is a response cookie?

837


How to use a Master Database in Asp.net?

767


Explain significance of routing? : asp.net mvc

793


Explain the use of fragment caching.

843


Which protocol is used to call web service?

740


Demonstrate Render and PreRender?

815


What is a user developed application?

717