Live Chat Icon For mobile
Live Chat Icon

Why do I get the error message ‘Value cannot be null. Parameter name: dataSet ‘

Platform: ASP.NET| Category: ADO.NET

The cause of this error may be that you have declared a dataset but have not written the following statement

VB.NET


ds= new DataSet()

C#


ds= new DataSet();

Share with

Related FAQs

Couldn't find the FAQs you're looking for?

Please submit your question and answer.