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.
Something simple like a button click can cause the __doPostBack() event to fire. I'm just trying to learn how the mechanism works.