Posted By
Bairavi
Sep 17, 2024 01:45:00 PM
Found In
Egroup:
Advanced Software
\
view thread
myStore.Query("SELECT RDate,Shift,RecCode,BatchID,Destination,Ecode from ViewDLoadSubRecipe WHERE PendMixRecID= " + pendMixRecId, out header, out resultSet); Here resultset is an object array. Is there any possible way to pass the object array to DataGrid. In normal C# .NET application, we ...
|