hi
I have set my grid to allow auto Insert, Update and delete. I have checked my stored proc and they are fine.
I am able to do an insert, an update but not delete. It gave me this error:
Object reference not set to an instance of an object.
I am not using any ajax manager. But the way, my primary key is an uniqueidentifier. I have also set all primary key parameter to DBType="Guid"
What is wrong? Thanks
I have set my grid to allow auto Insert, Update and delete. I have checked my stored proc and they are fine.
I am able to do an insert, an update but not delete. It gave me this error:
Object reference not set to an instance of an object.
I am not using any ajax manager. But the way, my primary key is an uniqueidentifier. I have also set all primary key parameter to DBType="Guid"
What is wrong? Thanks