Hi Guys,
i cannot set data table by add (row[“Name”].ToString()) to data table use VB code below?
May i know how it is work for c#??
Hi Guys,
i cannot set data table by add (row[“Name”].ToString()) to data table use VB code below?
May i know how it is work for c#??
Hi @balaraj.pubalan ,
Could you try with the below Expression :
dtNTU.Rows[intIndex][row["Name"].ToString()]
Yes. it workds now. Thanks.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.