Dear TT team
i have a user control that have a raid upload control which is placed inside a RadGrid's item template
i am trying to get the files full path i.e. c:\downloaded\temp\abc.pdf
apparently its returning nothing when i trigger the button that has a update command tag
as for the file byte i don't know how to get it
any idea please help
Kenneth Ng
i have a user control that have a raid upload control which is placed inside a RadGrid's item template
i am trying to get the files full path i.e. c:\downloaded\temp\abc.pdf
apparently its returning nothing when i trigger the button that has a update command tag
| Dim RadUpload1 As RadUpload = DirectCast(insertItem.FindControl("RadUpload1"), RadUpload) |
| Dim bb As String = RadUpload1.UploadedFiles(0).FileName |
as for the file byte i don't know how to get it
any idea please help
Kenneth Ng