What is the meaning of __doPostBack function, and when is it used?

前端 未结 3 524
遥遥无期
遥遥无期 2021-01-13 21:15

I had problem triggering server side button click events so I found a solution on the net that I should do something like

  

        
3条回答
  •  星月不相逢
    2021-01-13 22:07

    simply said, it is used mainly by controls with AutoPostBack property

    http://www.dotnetspider.com/resources/189-AutoPostBack-What-How-works.aspx

    if you want to implement autopostback for your custom control, then you need to implement IPostBackDataHandler

提交回复
热议问题