简体   繁体   中英

No value given for one or more required parameters error in c#?

Am getting error while loading form there I bind table to gridview. Am getting error in this line

// TODO: This line of code loads data into the 'invoiceDataSet.PurchaseOrder_1' table. You can move, or remove it, as needed.
        this.purchaseOrder_1TableAdapter.Fill(this.invoiceDataSet.PurchaseOrder_1);

Whats is my mistake ??

I don't know exactly what was the problem. But I solved it by deleting the table from dataset and add new table to dataset.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM