select a data

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sravani1
    Banned
    New Member
    • Mar 2008
    • 10

    #1

    select a data

    Hi ,

    I have some doubt,

    when click on the select button in the form data in the particular row will select and move this data to the next page placed that data into Textbox.


    plz tell that logic in that.
  • hsriat
    Recognized Expert Top Contributor
    • Jan 2008
    • 1653

    #2
    Originally posted by sravani1
    Hi ,

    I have some doubt,

    when click on the select button in the form data in the particular row will select and move this data to the next page placed that data into Textbox.


    plz tell that logic in that.
    Include each row in <form> tag. And include in each field a hidden input tag containing same value as the field. And onclick of select button, submit the form with javascript.

    I know it's not clear. But I can clarify it if you can post whatever you have tried till now.

    Comment

    Working...