C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Davin Martyn(4)
Sandhiya Priya(1)
Aditi Sawhney(1)
Vincent Maverick Durano(1)
Pankaj Lohani(1)
Anubhav Chaudhary(1)
Raj Bandi(1)
Sukesh Marla(1)
Deepak Verma(1)
Mike Clark(1)
Moses Soliman(1)
Dipal Choksi(1)
Resources
No resource found
Creating a Fully Refreshing Captcha Inside an UpdatePanel (ASP.NET WebForms)
Dec 01, 2025.
Solve ASP.NET WebForms UpdatePanel captcha issues! Learn how to create a JavaScript captcha that always refreshes, preventing missing or duplicate codes after partial postbacks.
Progress Bar in ASP.NET MVC
May 13, 2020.
Progress Bar in ASP.NET MVC utilizes Bootstrap, jQuery, and AJAX for dynamic updates. It offers visual feedback on task progress, implemented through partial views, async operations, and JSON data binding.
MasterPage, UserControl, ModalPopup And UpdatePanel - Passing Values To Parent Page
Jul 21, 2016.
In this article, you will learn about MasterPage, UserControl, ModalPopup and UpdatePanel for passing values to parent page.
UpdatePanel Control in ASP.Net
Dec 11, 2013.
This article describes how to add partial page update support to a web page using two Mircosoft Ajax server controls, the ScriptManager Control and the UpdatePanel Control.
How to Auto-Refresh Grid View on Closing of Popup Menu
Oct 28, 2013.
Auto-refresh GridView on closing popup: Utilize JavaScript or jQuery to trigger a postback or AJAX call upon popup closure. Update GridView data source server-side to reflect changes dynamically, enhancing user experience and data accuracy.
Understanding ASP.Net Ajax Update Panel by Example
Aug 06, 2013.
In this article, I'll explain and demonstrate how update panel works and how to use them efficiently.
ASP.Net UpdatePanel
Aug 12, 2012.
In this article we will learn how to use and customize Update Panel according to our convenience.
Updating an UpdatePanel From Web User Control
May 16, 2012.
This is a demonstration of how to update an UpdatePanel of a Parent (Page) in ASP.Net.
UpdateProgress Control With UpdatePanel in AJAX
Feb 20, 2012.
In this article, we will learn AJAX (Asynchronous JavaScript and XML) for interactive web development. Utilize technologies like JavaScript, XML, and Asynchronous Calls to enhance user experience.
TimerControl With UpdatePanel in AJAX Using ASP.NET
Feb 17, 2012.
In this article we will demonstrate how we can use a TimerControl with an UpdatePanel in AJAX using ASP.NET.
NumericUpDownExtender Control With UpdatePanel in AJAX
Feb 14, 2012.
In this article we will explain how we can use the NumericUpDownExtender control with an UpdatePanel in AJAX using ASP.NET.
Work with UpdatePanel Control in AJAX
Dec 18, 2011.
Master pages allow you to create a consistent look and behavior for all the pages (or group of pages) in the web application. A master page provides a template for other pages, with shared layout and functionality.
A Scalable Ajax Wizard Sample Application
Feb 18, 2008.
This Ajax sample application creates a wizard dynamically to avoid scaling problems which occur when there are too many controls on a web form.
Put ASP.NET AJAX Timer and UpdatePanel with RssToolKit all in action
Jul 19, 2007.
This is simple article to show how ASP.NET AJAX 1.0 Timer Control can be used in conjunction with UpdatePanel Control and RssToolKit to achieve real usage scenario. It also shows how to maintain ViewState across page postbacks.
Atlas - Asynchronous Partial Page Rendering in ASP.Net
Aug 23, 2006.
In this article we will take a look at the partial page rendering feature provided by the Atlas UpdatePanel control. We will go through the features of UpdatePanel control and code samples for using the features in various scenarios.