Gokuldas Palapatta
This blog is all about the issues and frictions which i have faced as a developer ;)
Thursday, 12 November 2015
Filter DataTable with column value C#
string expression;
expression = "ControlId = '" + ControlId + "'";
DataRow[] foundRows;
// Use the Select method to find all rows matching the filter.
foundRows = UploadedFiles.Select(expression);
if (foundRows.Length > 0)
{
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment