Hellow
I have absolutely zeo knowledge about .net
Can anyone tell me what this means?
dtForm.Select(String.Format("{0} =’{1}’", “A”, row(“A”).ToString))(0)
Hellow
I have absolutely zeo knowledge about .net
Can anyone tell me what this means?
dtForm.Select(String.Format("{0} =’{1}’", “A”, row(“A”).ToString))(0)
It will return the dataRow. based on the condition will return the first row.
Regards,
Arivu
Hi,
it just returns first row from the data table if the condition satisfies, else returns null reference.
Regards,
Sarath.
thanks!
welcome