Select and Edit a database record in a table of JSP page - Java
This is a discussion on Select and Edit a database record in a table of JSP page - Java ; Hello All,
I am displaying the following Database records in a Table of my JSP
page.
Customer No. FirstName LastName
1 Tim Hertal
2 John Rizzo
3 Todd Steven
I want to select anyone of the record and perform Edit ...
-
Select and Edit a database record in a table of JSP page
Hello All,
I am displaying the following Database records in a Table of my JSP
page.
Customer No. FirstName LastName
1 Tim Hertal
2 John Rizzo
3 Todd Steven
I want to select anyone of the record and perform Edit operation. When
I press Edit button, a new screen open up and take all values of the
selected row. Where I can make changes and send the data back to
database.
I am wondering if someone can help me or sends Java and JSP code or
provides any link where I can find information.
Thank you.
-
Re: Select and Edit a database record in a table of JSP page
collect the values of selected row.Using the String Concatenation
merge all value using some seperator.Pass that String to next
page,Using String Tokenizer split the Values and put the values in
corresponding Controls.After Updation,update the table.
John Rizzo wrote:
> Hello All,
>
> I am displaying the following Database records in a Table of my JSP
> page.
>
> Customer No. FirstName LastName
>
> 1 Tim Hertal
> 2 John Rizzo
> 3 Todd Steven
>
> I want to select anyone of the record and perform Edit operation.
When
> I press Edit button, a new screen open up and take all values of the
> selected row. Where I can make changes and send the data back to
> database.
> I am wondering if someone can help me or sends Java and JSP code or
> provides any link where I can find information.
>
> Thank you.
Similar Threads
-
By Application Development in forum ADO DAO RDO RDS
Replies: 8
Last Post: 10-30-2007, 02:33 AM
-
By Application Development in forum DOTNET
Replies: 1
Last Post: 09-20-2007, 02:46 PM
-
By Application Development in forum DOTNET
Replies: 1
Last Post: 08-07-2007, 04:06 PM
-
By Application Development in forum ADO DAO RDO RDS
Replies: 0
Last Post: 09-13-2006, 01:26 AM
-
By Application Development in forum ADO DAO RDO RDS
Replies: 0
Last Post: 06-19-2006, 08:53 PM