Could not able to add the rows into a add data row using C#

image

you can use format like this {a,b,c,d} or you missing some variable check you variable

Is this correct

{in_ClassType,in_FilterType,in_TotalNoOfItems,in_PendingItems,In_Status}

Hi,

Can you try the following expression?

new object[] {in_ClassType,in_FilterType,in_TotalNoOfItems,in_PendingItems,In_Status}

Regards,

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.