|
sonicliao
I dynamically modified Select Updata while the program was running. But Updata seems to have no effect. Because it is bound back to the original sqldatasource1 during init. Do you have any other way?
------------------------
I have tested it here, and it is exactly the same as stated in the control.
If you cannot update with Update, see if DataKeyNames is not specified?
When I tested, I dragged the controls to handle everything, then deleted the DataSourceID property of the GridView in the page, and then specified it in the cs file. |
|