Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
715
AfterCellUpdateHandler
posted
Hi All, In my aspx page, within AfterCellUpdateHandler i want to access DataSet or want to access the DB, is this possible, if not means how can achieve this, or suggest me any other solution. please reply me. Thanks & Regards, Vasanth.
Parents
No Data
Reply
  • 45049
    posted

    Unless you want to write your own custom AJAX code, you can't access the DataSet, the database, or any other server-side resources in this client-side event handler.

    If you can perform this functionality on the server instead, consider using either the UpdateCell or UpdateCellBatch server-side events.

Children
No Data