Entities1 db = new Entities1();
var obj=db.sd.Where("it.fr>0").Take(1); 
现在想将obj里的fr字段与TextBox1绑定
      将obj里的fn字段与Label1绑定
要怎么做?