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
Define web.config in .net?
Tell me the code snippet to show how we can return 404 errors from HttpError?
How can you handle errors in Web API?
What is the difference between custom controls and user controls?
What is clickid?
Explain difference betn dataset and recordset?
What is http pipeline in asp.net?
Why is this service branded with windows livetm?
Which of the following .NET framework supports Web API?
If 200 is for all successful operation then why do we have 201 response codes?
What are strong names?
How do you implement sql caching in asp.net?
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?
In a Repeater control how one can provide an alternating color scheme ?
how to debug web services on consumer side?