Mega Code Archive
Categories
/
ASP.Net
/
ADO Database
Use the ItemInserted event to handle any errors
<%@ Page Language="C#" %>
Insert Errors
" SelectCommand="SELECT Title,Director,InStocks FROM Products" InsertCommand="INSERT Products (Title,Director,InStocks)VALUES (@Title,@Director, Runat="server" />
File: Web.config