Click here to Skip to main content
15,889,116 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I am using a telerik grid in which I have a NestedViewTemplate
In that I have a file upload control.
I just want to get the upload Control ID and the filename that is being uploaded once the "Upload" button is clicked.
How can I get it?
Under which event I can get it?
<telerik:RadGrid ID="radgrdFiles"  runat="server"....>

<MasterTableView>

<NestedViewTemplate>
<table>
<tr>
<td><asp:FileUpload ID="UploadFile" runat="server">
<td><pre lang="C#"><asp:ImageButton ID="imgbtnUpload" runat="server"  CommandName="Upload"onclick="imgbtnUpload_Click">


</NestedViewTemplate>
</MasterTableView>
<Columns>
....
</Columns>


</telerik:RadGrid>

Thanks in advance...
Posted
Comments
Henry Minute 1-Oct-10 8:11am    
Have you asked this on the Telerik site? I would have thought they would be more likely to know.

1 solution

I just think, posting such issues about a 3rd party control at telerik Forum would be more useful.
Try here: Telerik RadGrid Forum[^]
Posting here is fine. Might be someone can help but I had found that specific questions related to 3rd party is answered more quickly and accurately at respective forums.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900