Using Parameterized Queries with the SqlDataSource
Author:
Scott Mitchell
In this tutorial, we continue our look at the SqlDataSource control and learn how to define parameterized queries. The parameters can be specified both declaratively and programmatically, and can be pulled from a number of locations such as the querystring, Session state, other controls, and more
More Tutorials
|