03.11.2016 Views

Beginning ASP.NET 4.5 in CSharp and VB Opsylum

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Summary x 495<br />

⊲ WHAT YOU LEARNED IN THIS CHAPTER<br />

Connection str<strong>in</strong>g<br />

Data source controls<br />

Data-b<strong>in</strong>d<strong>in</strong>g expression<br />

syntax<br />

Data-bound controls<br />

Expression syntax<br />

InsertParameters<br />

UpdateParameters<br />

DeleteParameters<br />

Named <strong>in</strong>stance<br />

SelectParameters<br />

A str<strong>in</strong>g conta<strong>in</strong><strong>in</strong>g <strong>in</strong>formation necessary to connect to a database such as<br />

SQL Server<br />

A set of <strong>ASP</strong>.<strong>NET</strong> controls that serve as a bridge between a data source<br />

(a database, an XML file, <strong>and</strong> so on) <strong>and</strong> the data-bound controls<br />

Syntax used to b<strong>in</strong>d values from data sources to control properties such as<br />

labels <strong>and</strong> text boxes. Example:<br />

Text=''<br />

B<strong>in</strong>d is used for two-way b<strong>in</strong>d<strong>in</strong>g, whereas Eval is used to display readonly<br />

data<br />

A set of <strong>ASP</strong>.<strong>NET</strong> controls that can display flat <strong>and</strong> hierarchical data<br />

A terse syntax to b<strong>in</strong>d a variety of sources, <strong>in</strong>clud<strong>in</strong>g connection str<strong>in</strong>gs<br />

from the Web.config file, to control properties. Example:<br />

ConnectionStr<strong>in</strong>g=<br />

""<br />

A set of parameters used to feed data <strong>in</strong>to the data source controls to support<br />

<strong>in</strong>sert, update, <strong>and</strong> delete behavior<br />

The name of a specific SQL Server <strong>in</strong>stance. Used to dist<strong>in</strong>guish between<br />

multiple <strong>in</strong>stallations of SQL Server on the same mach<strong>in</strong>e<br />

A set of parameters that can get their data from other sources (a query<br />

str<strong>in</strong>g, a cookie, <strong>and</strong> so on) <strong>and</strong> that can be used <strong>in</strong> the data source controls<br />

to filter data

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!