| ||
![]() | ||
Figure 1. Enable User Queries Quickly. One use for the databinding capabilities of ASP.NET 2.0 is building user query forms like this one. Here the user selects a given category and gets a table output. The coder used the ControlParameter template under the hood to specify input values for the parameterized query specified in the SelectCommand attribute. |