Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
390
Get Selected Value
posted

Hi,

I have a rating control on a page and a upload control. I am saving the files data into my database. I am using this handler to do this,

UploadProgressManager.Instance.AddFinishingUploadEventHandler("serverID1", new EventHandler<UploadFinishingEventArgs>(handler));
            return View("MultipleUpload");

I need the value the user has selected on the rating control while I am processing my file how would I get this value?