Question
3
Replies
35
Views
Infosys Ltd
Posted: January 28, 2019
Last activity: January 28, 2019
Closed
References
Hi
I am facing error when I try to build c# code . I have attached the screenshot.Please let me know what are the references that I need to add to over come these errors.
Thanks
Are you declared datagridview1 instance in script or are you passing as input?
Declare below namespace
using System.Data;
If you are passing as input then refer attached image.