<%@ Page Language="VB" ResponseEncoding="iso-8859-1" Debug="true" validateRequest="false" %> <%@ Register TagPrefix="Rico" TagName="LiveGrid" Src="../../plugins/dotnet/LiveGrid.ascx" %> <%@ Register TagPrefix="Rico" TagName="Column" Src="../../plugins/dotnet/GridColumn.ascx" %> <%@ Register TagPrefix="Rico" TagName="Panel" Src="../../plugins/dotnet/GridPanel.ascx" %> <%@ Register TagPrefix="Rico" TagName="sqlCompatibilty" Src="../../plugins/dotnet/sqlCompatibilty.ascx" %> <%@ Register TagPrefix="My" TagName="AppLib" Src="applib.ascx" %> Rico LiveGrid-Shippers (editable)
This example demonstrates how database records can be updated via AJAX. Double-click on a row to see the pop-up menu, then select add, edit, or delete. As shipped with the Rico distribution, the .net LiveGrid examples use a MS Access database. This database cannot be updated from the web; therefore, form save operations will fail unless you change to another database.

Shippers Table