I am using the Radgrid Editform method to add, change, and delete data from a database. All of these operations are done through database classes and methods, therefor I need to be able to invoke the code behind (aspx.cs file functions) to perform (call) these operations. How do I tie event code functions in the aspx.cs file to the "insert record" icon, the "update record" icon and the "delete record" icon which appear in the Form.
DH
DH