Call to ACCEPT Changes not working
-
Dear All, I am calling AcceptChanges in DataTable after adding some rows to the datatable, but that is not affecting the row status. Please let me know what are the conditions, when the Acceptchange will not take affect. thanks in advance Contact him at: hasansheik@hotmail.com hasansheik@yahoo.co.in hasansheik@lycos.com
-
Dear All, I am calling AcceptChanges in DataTable after adding some rows to the datatable, but that is not affecting the row status. Please let me know what are the conditions, when the Acceptchange will not take affect. thanks in advance Contact him at: hasansheik@hotmail.com hasansheik@yahoo.co.in hasansheik@lycos.com
If you use binding you have to call EndCurrentEdit method BindingManagerBase bmText = this.BindingContext[textBox1]; bmText.EndCurrentEdit(); DevIntelligence.com - My blog for .Net Developers