sub mydata_update(sender as object, e as datagridcommandevenargs)
   dim conn as new oledbconnection("provider=Misrosoft.jet.oledb.4.0;data 
      source="& server.mappath("wwwlink.mdb"))   
   dim x as textbox     '声明文本框控件变量
   x=e.item.cell(2).controls(0)
    .......
end sub
 

想问下 e.item.cell(2).controls(0)  是什么意思...