ASP.NET AJAX UpdatePanel

FormView in ReadOnly mode
Company WEBSWAPP Development Inc.
Street Address 3070 Guildford Way
Country Canada
Province/State British Columbia
City Coquitlam
Edit Insert
12345
In this demo, I enhance the functionality of an ASP.NET application simply by adding to it a few tags using the UpdatePanel control from the ASP.NET AJAX technology as presented on Microsoft ASP.NET AJAX website The original ASP.NET sample is on this website 2-way databinding cascading lists

Notice that the display does not flash on this screen because the navigational components are not reloaded. Only the updated fields within the FormView are loaded. You get to see a message however indicating when a process is connecting to the server.

This is accomplished by adding a few tags (out of the box) of MS ASP.NET AJAX around the FormView. In the next demo, I go one step further by using an MS ASP.NET AJAX extender named CascadingDropDown.

 

Source Code C#: View the source code for this demo in C#