I need to get the value of a datatable.
_dtProjectQuest ion[Convert.ToInt32 (var.no)][3],
ProjectQuestion ToDatabase.Proj ectResponseandR espondentToDB(_ dtProjectQuesti on[Convert.ToInt32 (var.no)][3], intId, Convert.ToInt32 (var.no));
Error 1 Cannot apply indexing with [] to an expression of type 'System.Data.Da taTable' C:\Voxco.Report Generator\dotNE T2.0\Voxco.Repo rtGenerator\Vox co.ReportGenera torImport\Voxco .ReportGenerato r.Importing\XML ParseProject.cs 90 76 Voxco.ReportGen erator.Importin g
How do I this?
_dtProjectQuest ion[Convert.ToInt32 (var.no)][3],
ProjectQuestion ToDatabase.Proj ectResponseandR espondentToDB(_ dtProjectQuesti on[Convert.ToInt32 (var.no)][3], intId, Convert.ToInt32 (var.no));
Error 1 Cannot apply indexing with [] to an expression of type 'System.Data.Da taTable' C:\Voxco.Report Generator\dotNE T2.0\Voxco.Repo rtGenerator\Vox co.ReportGenera torImport\Voxco .ReportGenerato r.Importing\XML ParseProject.cs 90 76 Voxco.ReportGen erator.Importin g
How do I this?
Comment