1
Reply

Explain the difference between AutoPostBack and IspostBack in ASP.NET?

vijay rastogi

vijay rastogi

12y
1.3k
0
Reply

    A postback is initiated by the browser, and reloads the whole page, usually when a control on the page (e.g. a button) is changed. With some controls (e.g. Checkboxes), you choose if changing the control should result in a postback. This property is called AutoPostback.