Dynamic rows create in a datalist aren't recognized from serverhttp://forums.asp.net/t/372460.aspx/1?Dynamic+rows+create+in+a+datalist+aren+t+recognized+from+serverTue, 21 Oct 2003 17:52:46 -0400372460372460http://forums.asp.net/p/372460/372460.aspx/1?Dynamic+rows+create+in+a+datalist+aren+t+recognized+from+serverDynamic rows create in a datalist aren't recognized from server Here is my problem. I have a datalist with add/delete javascript routines to insert/remove new rows (html) dynamically into the resulted html table datalist rendered . The new html row contain 2 text boxes that is created from a cloneNode method of an existing row in the table. I also renumber the text box so they have the unique id and name with increment ctrl number (from dltEnums__ctl0_txtLower to dltEnums__ctl1_txtLower). But when there is a post back, the server won't recognize the new inserted rows. Any help or hint is appreciated. Lance 2003-10-21T17:52:22-04:00