-
Save to ViewState when Dynamically Created TextBox Value was Modified
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.
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks