UpdatePanel in ASP.NET and its different modes
UpdatePanel is used in ASP.NET for doing partial postback. Suppose you are having a page and you want some portion of that page to be refreshed or changed, so in that case why refresh the whole page. In this scenario we may use UpdatePanel and the control inside that updatepanel will get refreshed or changed not the […]