Hi,
I have a form with X rows of 5 input textboxes. What I want to do is keep the data of the previous row, and auto fill into the next row for a user (if user make some input into this row). Let's say on this row user only input 2 textboxes so I want to fill in the other 3 for him.
I don't want user to click any button for this auto fill so I think I should auto fill the row when user put the cursor away from this row.
I already search both this forum and google but cann't find this kind of situation.
Can someone please provide sample code to a rookie. Any suggestion also welcome.
Thanks in advance.
I have a form with X rows of 5 input textboxes. What I want to do is keep the data of the previous row, and auto fill into the next row for a user (if user make some input into this row). Let's say on this row user only input 2 textboxes so I want to fill in the other 3 for him.
I don't want user to click any button for this auto fill so I think I should auto fill the row when user put the cursor away from this row.
I already search both this forum and google but cann't find this kind of situation.
Can someone please provide sample code to a rookie. Any suggestion also welcome.
Thanks in advance.