With example & diagram explain AutoPostBack.

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


Please Help Members By Posting Answers For Below Questions

What does aspcompat="true" mean?

541


What is AutoEventWireup attribute for ?

591


Explain how viewstate is being formed?

530


What is is post back property in asp net?

521


Difference between using directive vs using statement?

503






Is it possible to write code in many languages in one asp.net project?

551


Why web api is better than wcf?

544


To redirect the user to another page which method do we use without performing a round trip to the client?

521


what is DLL Hell and how it is solved in .NET? please explain clearly??

1874


How many types of cookies are available in asp?

564


How Session outproc in Sqlserver stored?

2294


Why we use dbms for projects? Why don’t we save any application data in separate files instead of dbms?

545


If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.

607


Explain about the .NET framework?

559


What does session_start () do?

609