Home »

What is AutoPostBack feature in ASP.NET?

Question ListCategory: ASP.NETWhat is AutoPostBack feature in ASP.NET?
denielshakespeare5 author asked 8 years ago
1 Answers
ethanbrown author answered 8 years ago

In case it is required for a server side control to postback when any of its event is triggered, then the AutoPostBack property of this control is set to true.

Please login or Register to Submit Answer