Thursday 11 August 2011

Explain the AutoPostBack feature in ASP.NET?

AutoPostBack allows a control to automatically postback when an event is fired.

For eg: If we have a Button control and want the event to be posted to the server for processing,
we can set AutoPostBack = True on the button.

No comments:

Post a Comment