Saturday, April 26, 2008

Explain what is “AutoPostBack” feature in ASP.NET ?

AutoPostback specifies whether the Web Form is automatically submitted (as if any of the button-like controls were clicked) when the content of the control is changed.

Note that the control will "fire" a postback (if AutoPostback is set to True) only when the user leaves the control, NOT while editing the content (typing into the control).

No comments:

Post a Comment