User Profile
Collapse
-
I am very new to ajax therefore i am unable to proceed further -
this is my code
[CODE=java]<body>
<html:form action="/pur">
itemsr : <html:select property="items r">
<%try{
Class.forName(" sun.jdbc.odbc.J dbcOdbcDriver") ;
Connection con=DriverManag er.getConnectio n("jdbc:odbc:ds n2","root","roo t");
Statement st=con.createSt atement();
...Leave a comment:
-
Populate textbox fields when selections made in combo box
I have a jsp page
these are three formfields
itemsr : --it is a combobox
itemtype : --textfield
itemname : --textfield
to itemsr i have to populate from itemtable(datab ase mysql) and by on change event when the option is changed in itemsr the corresponding itemtype and itemname from the itemtable should be displayed inside the textfield.
I want detail code of it
No activity results to display
Show More
Leave a comment: