This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JSP and the fly likes Edit databse value Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "Edit databse value" Watch "Edit databse value" New topic
Author

Edit databse value

Deepak Aravind
Greenhorn

Joined: Jun 12, 2012
Posts: 1

Hi ,

I want to edit database value in jsp page

i will tell how am going to implement it..

once i entered the catalog_id to the textbox field then it search from database and display the result corresponding to that catalog id in table format . each row contains an edit link. when i click the edit button or link, i want to enable the entire row and able to edit in the same page.and save the edited fields when i click the save button.

please help me how to implement it..
please give a sample code

Thanks & Regards
Deepak
Nicola Garofalo
Ranch Hand

Joined: Apr 10, 2010
Posts: 308
Very good idea, let's see what you are going to do


Bye,
Nicola
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56191
    
  13

Deepak Aravind wrote:
please give a sample code

That's not how things work here. Please read NotACodeMill.

Start by writing as much as know how to and post back here with problems you encounter. But you write the code -- not us.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Edit databse value
 
Similar Threads
Add and Edit a row
Pre-populating a struts form
Display all Users Detail on JSP page when we Loged in through ADMIN
Record Locking in multi-user
data grid with edit and delete options