S
simon
I create datagrid:
dgdMedia.DataSource = ds.Tables("mediaPlan")
dgdMedia.DataBind()
A field or property with the name 'a' was not found on the selected
datasource.
What this could be?
It worked before all day and know doesn't work any more?
I don't know why?
Thank you,
Simon
dgdMedia.DataSource = ds.Tables("mediaPlan")
dgdMedia.DataBind()
A field or property with the name 'a' was not found on the selected
datasource.
What this could be?
It worked before all day and know doesn't work any more?
I don't know why?
Thank you,
Simon