在后台操作标记的runat="server"的html标签

价格:
<input id="tbPrice" type="text" runat="server" /> 
                
HtmlInputText tbPrice = Page.FindControl("tbPrice") as HtmlInputText;
Page.Response.Write(tbPrice.Value);
tbPrice.Value = "200000";

 

posted @ 2013-08-22 13:47  罗马景行  阅读(218)  评论(0编辑  收藏  举报