Qus:    What is AutopostBack? When we will set Autopostback=true
Nov 26, 2020 20:49 DotNet 2 Answers Views: 1258 KRISHNA SWAROOP

 Autopostback is the mechanism by which the page will be posted back to the server automatically based on some events in the web controls. In some of the web controls, the property called auto post back, if set to true, will send the request to the server when an event happens in the control.



We will set Autopostback=true when we want to send the request to the server when an event happens in the control.

Prev Next
Answers (2)
PARTH Nov 27, 2020 11:14
Answer:   Autopostback is the mechanism by which the page will be posted back to the server automatically based on some events in the web controls. In some of the web controls, the property called auto post back, if set to true, will send the request to the server when an event happens in the control.

We will set Autopostback=true when we want to send the request to the server when an event happens in the control.

SAI Nov 27, 2020 15:08
Answer:   Autopostback is the property of the controls. If you need a control to post back automatically when an event is raised, we need to set the AutoPostBackproperty of the control as True.

Post Your Answer
Guest User

Not sure what solution is right for you?

Choose the right one for you.
Get the help of the experts and find a solution that best suits your needs.


Let`s Connect