Using The SQL IN Operator From ASP.NET
Author:
Scott Allen
This article will build a DataGrid including a column of CheckBox controls that allows a user to select multiple rows for a detail view. One way to achieve this functionality without resorting to dynamic SQL is to use the IN operator.
More Tutorials
|