courseware
10-31-2005, 01:36 PM
Hi Need Help Here,
I want to save the new value and the ID of dynamically created textbox to viewstate .
Actually I Created dynamic textbox in javascript through the code given bellow
function generateRow() {
var d=document.getElementById("div");
d.innerHTML+="<input type='text' name='qu'";
d.innerHTML+="<input type='text' name='it'" ;
}
Plz help me.
I want to save the new value and the ID of dynamically created textbox to viewstate .
Actually I Created dynamic textbox in javascript through the code given bellow
function generateRow() {
var d=document.getElementById("div");
d.innerHTML+="<input type='text' name='qu'";
d.innerHTML+="<input type='text' name='it'" ;
}
Plz help me.