When I am inserting, updating and deleting records to this table, the database just did not commit.
I have a data access layer on a separate module.
And the page is like this
Does anybody have any clue?
I think no need to worry about the data access module, because the breakpoint in that module never gets hit anyways...
Update:
Seems like the RemoveAt and Add methods are not working at all...
Thanks
Jack
<%@ Page Title="" Language="C#" MasterPageFile="~/RCS.Master" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="RCS2_04.clerk.Default" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
<script type="text/javascript">
function OnSave(obj) {
// Find the row this button is in
var tr = $(obj).closest ...
Go to the complete details ...