The following listing the the C# code for Implementing an Ajax Live Form with NetAdvantage WebClient Controls
using System;
using System.Web.Services;
public partial class Composite_LiveForm_Default : System.Web.UI.Page
{
protected Book book = null;
protected void Page_Load(object sender, EventArgs e)
{
if (!this.Page.IsPostBack)
{
this.book = BookRepository.Instance.GetByID…