[求助]页面上如何取得用户控件中的TextBox的值
求教....页面上如何取得用户控件中的TextBox的值......
2007-06-25 09:22

2007-06-25 11:09

2007-06-25 11:10

2007-06-25 12:30

2007-06-25 12:58

2007-06-25 15:13
前台的话写 document.all.显示值的空间名字.value=document.all.txtName.value
后台的话写 this.显示值的空间名字.text(或items.Add(this.txtName.text))=this。txtName。text;
2007-06-25 15:25

2007-06-25 15:34

2007-06-25 15:35
2007-06-25 18:08