How to fill dataset using LINQ with FillDataSet(ds) Method. When iam trying to implement this code iam getting error like FillDataSet does not exist in current context.
You have to define your FillDataSet(DatatSet ds) method. Probably you should implement something similar to this example if you are following the MSDN tutorials.