How to dynamically retrive DataTable value in Servlet?

How to dynamically retrive DataTable value in Servlet?

bhasinrpoojabhasinrpooja Posts: 1Questions: 0Answers: 0
edited April 2013 in General
Hello,
I am developing web Application using Jsp and Servlet. my DataTable is showing properly and using makeEditable() so that cell of DataTable becomes as TextBox but i want to update whole data of DataTable on button click event with Postgresql i want to dynamically retrive whole DataTable data into servlet to make update query with postgresql database.

can any one help me..

thanks alot.
This discussion has been closed.