پیاده سازی AutoPostBack در ASP.NET Core
302, Found
http://binaryintellect.net/articles/6d0b21c8-2bbc-42c0-9403-4cd1880c123f.aspx icon

Those of you who worked with ASP.NET web forms will recollect that certain server controls such as DropDownList have a property called AutoPostBack. This property when set to true automatically submits the form to the server whenever the selection changes and raises some server side event. In modern web development people prefer to use Ajax over AutoPostBack but at times AutoPostBack is what you might need. To that end this article shows how AutoPostBack can be implemented in ASP.NET Core applications. 

پیاده سازی AutoPostBack در ASP.NET Core