I’m the beginner of ASP.net.
The subroutine “updatedb” cannt be triggered when I click the botton in asp:repeater. Why? what’s wrong?
<%@ Import Namespace=“System.Data.OleDb” %>
<%@ Import Namespace=“System.Data” %>
<asp:Repeater id=“product” runat=“server” OnItemCommand=“updatedb”>
ABC Company| PID | PDesc | Price | Quantity | |
|---|---|---|---|---|
| /> | /> | /> | /> |
</asp:Repeater>