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 are the event handlers that we can have in global.asax file?
What are the advantages of Web API?
List all templates of the repeater control.
What is connection pooling and how to enable and disable connection pooling?
What is a server cookie?
How many types of sessions in asp.net?
Explain serialization and deserialization?
How can you register a custom server control to a web page?
Is asp.net and .net the same?
What is the difference between union and join?
Please briefly explain the usage of global.asax?
What are the properties of the eventargs argument when capturing keyboard events?
Define repository pattern in asp.net mvc? : asp.net mvc
Explain client-side scripting?
What is the difference between page directive include and action tag include?