Seattle Code Camp 2015: Event Recap Anand Raja / Fri, Sep 18, 2015 On Saturday, I had the pleasure of representing Infragistics as the Gold sponsor for Seattle Code Camp 2015. The event was well-organized. Over 40 speakers delivered 50 sessions to over 400 attendees...
Implementing an Ajax Live Form with NetAdvantage WebClient Controls - Codebehind Craig Shoemaker / Fri, Nov 21, 2008 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...
Implementing an Ajax Live Form with NetAdvantage WebClient Controls - ASPX Code Craig Shoemaker / Fri, Nov 21, 2008 The following listing the the ASPX code for Implementing an Ajax Live Form with NetAdvantage WebClient Controls <! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org...
Ajax Master/Detail Page with the WebDataGrid - Code Behind Craig Shoemaker / Thu, Nov 6, 2008 1: using System; 2: using System.Collections.Generic; 3: using System.Linq; 4: using System.Web; 5: using System.Web.UI; 6: using System.Web.UI.WebControls; 7: using System.Web.Services;...
Ajax Master/Detail Page with the WebDataGrid - ASPX Code Craig Shoemaker / Thu, Nov 6, 2008 1: <! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" > 2: 3: < html xmlns ="http://www.w3.org/1999/xhtml" > 4: < head runat...