User-72198832 posted
I have my Access database bound to a Gridview and an able to Edit and Update the Grid as long as all columns are set to ReadOnly=False.
If I make one or more columns ReadOnly=True I get the following error on updating:
You tried to assign the Null value to a variable that is not a Variant data type
How do I get past that problem?
Lee