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
What is razor? : asp.net mvc
What is a master page and what does it do?
How do u optimize a query in asp.net?
What are different types of api?
How would you get asp.net running in apache web servers?
How to deploy/publish webservices?How many ways?Plz explain me
Is asp.net and .net same?
How do you initiate validation on the server manually? What are two situations when you might you want to do that?
What is xaml? Are xaml file compiled or built on runtime?
How to change Master page in ASP.Net using code?
Which .NET framework supports Web API?
What is the difference between session.abandon() vs clear()?
Which control has default post back is enabled(true)?
What are app services?
What are the Types of state management techniques