Qus:    What is AutopostBack? When we will set Autopostback=true
Nov 26, 2020 14:49 2 Answers Views: 594 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 05: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 09: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 course is right for you?

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


Let`s Connect