Hello,
In the example located at http://demos.telerik.com/aspnet-ajax/upload/examples/additionalfields/defaultcs.aspx there are additional fields such as title and description. I would like to know how I can access those fields in my C# code behind. The example does not show how to do this in the example C# file.
For example...in the online example you access the field "Title" server side within the datalist using ((Telerik.Web.UI.UploadedFile)Container.DataItem).GetFieldValue("Title")
How would I do this in C#????
Thanks.
Stephen
In the example located at http://demos.telerik.com/aspnet-ajax/upload/examples/additionalfields/defaultcs.aspx there are additional fields such as title and description. I would like to know how I can access those fields in my C# code behind. The example does not show how to do this in the example C# file.
For example...in the online example you access the field "Title" server side within the datalist using ((Telerik.Web.UI.UploadedFile)Container.DataItem).GetFieldValue("Title")
How would I do this in C#????
Thanks.
Stephen