Click here to Skip to main content
15,892,768 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
our's is a web application project.we are using java netbeans 7.1.2 .how the client or the user can add the records in web application project.
eg:consider a telephone directory of a particular place,suppose if he doesn't find the contacts which he want,how he can later add that contact in that record....plz help me by sending the proper code....
Posted

1 solution

Hi,

Have a webform called as "Add Details" for the client or the user.
Give proper textboxes for proper data, i.e name,telephone no,address,email id.
Have a "Add" button, and on the click event of the "Add" button, enter these values in the required tables in the database which you are maintaining.
Later you can also have a "Retrieve" button, upon click of it, you can show all the entries from your database in a gridview or a listbox.

Please post some code as to what have you written till now.May be we can help more after that.

Regards
Anurag
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900