Can you explain what is “AutoPostBack” feature in ASP.NET

Q

Can you explain what is “AutoPostBack” feature in ASP.NET ?

✍: Guest

A

If we want the control to automatically postback in case of any event, we will need to check this attribute as true. Example on a ComboBox change we need to send the event immediately to the server side then set the “AutoPostBack” attribute to true.

2007-10-24, 7146👍, 0💬