How to Genereate multiple textbox on Click of Plus Symbol and how to store all text box value in database i am using bootstrap and when i click on plus symbol 3 textbox open and again i click on plus button then 3 textbox open so i want use like multiple time
please help me below is my code
function enbrow() {
alert("enable first row");
document.getElementById("firstrw").style.display = "block";
}
<%--
1 Reply
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.

Rajeev PunhaniPosted Mar 18, 2017, 4:00 AM