i am trying to link two form together, and have created a stored proc and added to the .xsd, but im getting this error for the siaoTA.getData();
i have done this for other forms and had no issue, i cant think what im missing. does anyone know what im missing?
DataTableAdapters.SiaoTA siaoTA = new DataTableAdapters.SiaoTA();
private void LoadSearch()
{
this.dgvAssets.DataSource = siaoTA.GetData();
Utilities.setDataGridViewProperties(dgvAssets);
}