Mega Code Archive
Categories
/
ASP.Net Tutorial
/
ADO Net Database
Declare each of the parameters used when executing the update command
<%@ Page Language="C#" %>
Show DetailsView Explicit
" SelectCommand="Select * FROM Products" UpdateCommand="UPDATE Products SET Title=@Title,Director=@Director, DateReleased=@DateReleased WHERE Id=@id" Runat="server">
File: Web.config