问题详细描述,由于业务需要在页面中生成大量动态控件如 <input name= 'TxtChild "+ childCounter + " ' type= 'text ' id= 'TxtChlid "+ childCounter + " ' Class= 'edline ' runat= 'server '> ;问题是当用户修改了以后如何让后台的aspx 的 服务器端代码取得这些数据呢?
问题详细描述,由于业务需要在页面中生成大量动态控件如 <input