How to use __doPostBack()

后端 未结 7 1385
离开以前
离开以前 2020-11-22 04:43

I\'m trying to create an asyncrhonous postback in ASP.NET using __doPostBack(), but I have no idea how to do it. I want to use vanilla JavaScript.

Some

7条回答
  •  鱼传尺愫
    2020-11-22 05:02

    Here's a brief tutorial on how __doPostBack() works.

    To be honest, I don't use it much; at least directly. Many server controls, (e.g., Button, LinkButton, ImageButton, parts of the GridView, etc.) use __doPostBack as their post back mechanism.

提交回复
热议问题