Mega Code Archive
Categories
/
ASP.Net Tutorial
/
Data Binding
Using CheckBoxFields
<%@ Page Language="C#" %>
Show CheckBoxField
" SelectCommand="SELECT Id,Title,InTheaters FROM Products" UpdateCommand="UPDATE Products SET Title=@Title, InTheaters=@InTheaters WHERE Id=@Id" Runat="server" />
File: Web.config