Updating a Part of a Page / User Control in ASP .NET
You often need to update some portion of the code based on a user-triggered event or after a period of time. Usually, this isn't possible unless the whole page is posted back which, however, is not the goal. We'll take a look at a couple of solutions ASP .NET offers for such cases: UpdatePanel with