Difference between AutoPostBack=True and AutoPostBack=False?

后端 未结 10 1906
广开言路
广开言路 2020-12-01 09:07

What\'s the difference between AutoPostBack=True and AutoPostBack=False?

10条回答
  •  温柔的废话
    2020-12-01 09:42

    There is one event which is default associate with any webcontrol. For example, in case of Button click event, in case of Check box CheckChangedEvent is there. So in case of AutoPostBack true these events are called by default and event handle at server side.

提交回复
热议问题