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.
__doPostBack()
Some
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.
Button
LinkButton
ImageButton
GridView
__doPostBack