
Q.1 Explain “AutoPostBack”?Ans: In ASP.NET if we want the control to automatically post back after any event, we should check it as true. For example in a Combo Box change we want to send the event immediately to the server side then check “AutoPostBack” attribute to true...