What is the difference between Postback and Ispostback
Property?
Answer Posted / avirnenisiva
Post back is the process the sending data get back to server
for processing.
Is post back property checks whether page is being loaded for
first time.
if it is False :means first time loaded.
if it is True: means round trip to server.
| Is This Answer Correct ? | 37 Yes | 6 No |
Post New Answer View All Answers
What is difference between view and partial view?
What are type/key pairs in client script registration?
What is ashx file in asp.net?
What are the HTML server controls in ASP.NET?
Do gac'ed assemblies have fulltrust?
What setting must be added in the configuration file to deny a particular user from accessing the secured resources?
Differentiate the session object and application object?
How many types of session in ASP.NET
Explain page output caching?
How can we inherit a static member?
How to use a Master Database in Asp.net?
When you use Ajax controls in the ASP.NET application?
By default, Web API sends HTTP response with which of the following status code for all uncaught exception?
How can we use Web API with ASP.NET Web Form?
What is the difference between equals() and == in c#?