__doPostBack is not defined

后端 未结 26 2184
不知归路
不知归路 2020-12-09 08:12

Im getting that error when try to call a __doPostBack on one of my pages, every page that i have in the project use __doPostBack function but in this particular page im gett

26条回答
  •  情书的邮戳
    2020-12-09 08:48

    Try calling the RegisterRequiresPostBack method. It should make the ASP.NET runtime include the __doPostBack code.

提交回复
热议问题