<TextBox Name="NAME" Top="27" Left="89" Height="21" Width="100" Text="1" xmlns="TextBox">19
  </TextBox>
<TextBox Name="PWD" Top="27" Left="89" Height="21" Width="100" Text="1" xmlns="TextBox">19
  </TextBox>
<TextBox Name="AGE" Top="27" Left="89" Height="21" Width="100" Text="1" xmlns="TextBox">19
  </TextBox><TextBox Name="SEX" Top="27" Left="89" Height="21" Width="100" Text="1" xmlns="TextBox">19
  </TextBox><TextBox Name="other" Top="27" Left="89" Height="21" Width="100" Text="1" xmlns="TextBox">19
  </TextBox>  
   现在我想做的是,通过winform动态添加的控件,然后Name属性值与数据库的字段进行匹配???   从而达到动态拼接SQL语句的效果!