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
Explain the use of duration attribute of @outputcache page directive.
What is viewstate information stored?
What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.
Is viewstate enabled by default?
Is post back property in asp net?
What is use of <% %> in asp.net?
What is the difference between session and viewstate in asp.net?
How many types of validators are there in asp net?
How about the security in Activex DLL and Activex EXE ?
Explain about the .NET framework?
How may clustered index we can create in table?
How can we Validate a Controls in ASP.NET page using JavaScript?
What are validator? Name the validation controls in asp.net?
How can you use a custom controls in ASP.NET application?
What is the difference between user control and custom control?