Is it OK to use __doPostBack()?

前端 未结 5 1873
轻奢々
轻奢々 2020-12-17 10:25

Is it OK to use __doPostBack() or it is not recommended because it is generated from ASP.Net and we are not sure if they changed it in a next version of ASP.Net

5条回答
  •  無奈伤痛
    2020-12-17 11:16

    I think its perfectly fine to use directly, and have used it without fail, its just a javascript function after all.

提交回复
热议问题