Hi,
I ve retrieved values from MySql db. From the result set i ve used the getXXX() to get the values in seperate variables. Earlier i used getParameter() to get the values from JSP page to be stored in db.
Now i need to display the retrieved data in their corresponding controls such as textbox etc.. back in the JSP page....Can u help me out????
Thanx in advance........
I ve retrieved values from MySql db. From the result set i ve used the getXXX() to get the values in seperate variables. Earlier i used getParameter() to get the values from JSP page to be stored in db.
Now i need to display the retrieved data in their corresponding controls such as textbox etc.. back in the JSP page....Can u help me out????
Thanx in advance........
Comment