如何在cs 文件中将HtmlInputText控件设定为只读 问题点数:0、回复次数:2Top
将HtmlInputText作为服务器控件 Text1.Disabled = true;Top
YourControl.Attributes["readOnly"] = "true";Top