Mega Code Archive
Categories
/
ASP.Net Tutorial
/
Data Binding
Displaying Data with the FormView Control
<%@ Page Language="C#" %>
<%# Eval("Title") %>
Directed By:
<%# Eval("Director") %>
Box Office Totals:
<%#Eval("Totals", "{0:c}") %>
" SelectCommand="SELECT Id,Title,Director,Totals FROM Products WHERE Id=1" Runat="server" />
File: Web.config