在 ASP.NET 1.0 中是ReadOnly=True会回传的。
在 ASP.NET 2.0 中是ReadOnly=True就不会回传了。

 
解决的方法:
<asp:textbox );
这样在 ASP.NET 2.0 中只读的TextBox控件也能实现回传。

相关文章: