DataTable _dtrow = (DataTable)grdsearch.DataSource; DataRow[] dr = _dtrow.Select("HSN_Code<>'0' and HSN_Code<>'' ", "");
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)