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 ...

+ Reply to Thread
Results 1 to 2 of 2

Select and Edit a database record in a table of JSP page

  1. Default 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.

  2. Default 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.



+ Reply to Thread

Similar Threads

  1. how to insert record in a dataSet into another database table
    By Application Development in forum ADO DAO RDO RDS
    Replies: 8
    Last Post: 10-30-2007, 02:33 AM
  2. GridView - Edit Record
    By Application Development in forum DOTNET
    Replies: 1
    Last Post: 09-20-2007, 02:46 PM
  3. edit row from datagrid while hiding the record ID
    By Application Development in forum DOTNET
    Replies: 1
    Last Post: 08-07-2007, 04:06 PM
  4. How do I Select & Join ONLY the first record of the joined table????
    By Application Development in forum ADO DAO RDO RDS
    Replies: 0
    Last Post: 09-13-2006, 01:26 AM
  5. insert into ... values - a new record and modify the first record of the table
    By Application Development in forum ADO DAO RDO RDS
    Replies: 0
    Last Post: 06-19-2006, 08:53 PM