Click here to Skip to main content
15,902,276 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello, I have created a table with 2 rows, each rows has 5 columns.
1st row has header text and 2nd row has textboxes naming textbox1 to textbox5.

My problem is, ON CLICKING ENTER I need to get an autogenerated row attaching beneath the 2nd row with 5 textboxes and so on for all rows of its last textbox i.e., on textbox5, textbox10, textbox15 etc... Is it possible?

Thanking You
Posted

yes you can use javascript to do that.
create a new row with the 4 textboxes and add it to the table.
 
Share this answer
 
Comments
Bhargav.456 1-Nov-12 6:47am    
Thank you, Could you please provide its code?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900