【发布时间】:2012-10-01 23:56:56
【问题描述】:
我希望我的文本框显示 Telerik 上传控件选择的文件名。请在下面找到代码 sn-p。
<td>
@Html.TextBox(txtBox, null, new { style = string.Format("width:200px") })
</td>
<td style="padding-top: 1%; padding-left: 8%">
@(Html.Telerik().Upload().Name(BrowseButton)
//.HtmlAttributes(new { @class = "myCustomClass" }).Multiple(false))
当前文本框显示为空。
【问题讨论】:
标签: asp.net-mvc-3 upload textbox telerik