Hi All,
I want my textbox to display the name of file selected by telerik upload control. Please find the code snippet below.
<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))
Currently the textbox is displaying null.
I want my textbox to display the name of file selected by telerik upload control. Please find the code snippet below.
<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))
Currently the textbox is displaying null.