Update a single Row

0
0

I have a method that update a object, and a line in a datagridview.

In wiseJ i have something that i can update only a single row value in frontEnd, after call my method that updates my database?

  • You must to post comments
0
0

Jay,

I don´t completely understand your question: Is the DataGridView data bound? Then the update should be directly after updating the underlying Database table.
If not an you set the cell value by code on the server the client is also updated immediately.

Please provide a compilable sample to illustrate what you are expecting or trying to achieve.

Best regards
Frank

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.