filling a form using asp code...
Hello,
I'm trying for days to solve the issue.
I want that after you click the button, to fill the textboxes from DB
<input type="button" value="a" onclick="txtName.value<%= CustName%>"
basically, i want to select a customer from a listbox, and then search after all his details in the db and write them in a textbox.
thanks in advance
|