Home Answers Viewqa JSP-Servlet how to get the values from dynamically generated textbox in java?

 
 


rakesh dilip patil
how to get the values from dynamically generated textbox in java?
0 Answer(s)      a year ago
Posted in : JSP-Servlet

I have retrieved data from two table both table contains two column and I display textbox corresponding to the data. I want to get data from textboxes(generated as per the retrieved data) and I want to store textbox values into the two table.

Example: Table 1.Xray (Xid,pid,type,charges)-contains 2 records with same pid(pid=45). 2.CTScan (ctid,type,charges,pid)contains 2 records with same pid.

    I retrieved type field data from both the tables(total records=4,xray type-2,ctscan type-2)and I display four textboxes(with same name).
    I want to get and update this textbox values into both the tables(Xray,CTScan).
View Answers









Related Pages:

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.