Answer Posted / satish v itagi
In auto post back, validations in the control which caused
the post back only will be processed by server.
In Submit, all the validations in the page will be
processed.
This is main difference.
Use of too many post backs slows down the application, and
client may not get page when any error happens after post
back event is processed or during its process.
Is This Answer Correct ? | 9 Yes | 5 No |
Post New Answer View All Answers
I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?
Explain the difference between asp.net mvc and asp.net webforms
What is the function used for removing an event listener?
How does session authentication work?
What is the difference between cookie and session?
How many types of validators are there in asp net?
Is sql backend or frontend?
How can we register exception filter from the action?
What is cas?
List the events in page life cycle.
What is asp.net architecture?
How will you maintain versioning in asp.net 2.0?
Differentiate between early binding and late binding.
What is asp net application object?
What are the asp.net list controls and difference between them?