This question is locked. New answers and comments are not allowed.
Hello,
I wish to use RadUpload as my edittemplate for a column, so that when inserting a new row the user can choose an image to upload. I need to upload the file with a filename like [id].jpg (record with id 3 has image 3.jpg as an example). Therefore, the upload operation has to begin after the db insert operations are complete so that I can get the id of the added record. I'm using ADO.NET Data Services for db operations. My problem is, I am unable to find a way to access the upload control from code-behind.
Any ideas?
I wish to use RadUpload as my edittemplate for a column, so that when inserting a new row the user can choose an image to upload. I need to upload the file with a filename like [id].jpg (record with id 3 has image 3.jpg as an example). Therefore, the upload operation has to begin after the db insert operations are complete so that I can get the id of the added record. I'm using ADO.NET Data Services for db operations. My problem is, I am unable to find a way to access the upload control from code-behind.
Any ideas?
