解决方案 »

  1.   

    终于解决了,public string Name
    {
    get 
    {
    return this.name;
    }
    set
    {
    this.name = value;
    notifyProChanged(Name);应该是"Name"
    }
    }
      

  2.   

    绑定的时候  一般都是把类绑定给DataContent比如 Class a =new Class{Name="Sam"};
    this.TextBox.DataContent=a;
      

  3.   

    Binding 是双向的binding2.Mode = BindingMode.TowWay;
    类要继承--
    Class :Notify
    ---可能单词有问题 ,具体的请看 引用Webservice之后 生成的类,他是继承Notify  然后里面还有写其他操作