Thank you.
4 Answers, 1 is accepted
Hi Aswathy,
The following code library shows an example: http://www.telerik.com/support/code-library/showing-a-validationsummary-in-a-radwindow.
The following demo is also very similar: http://demos.telerik.com/aspnet-ajax/notification/examples/waiariasupport/defaultcs.aspx. It uses RadNotification and it shouild serve your case nicely. Otherwise, you can use the same approach and the API of the RadWindow to implement the same behavior.
Regards,
Telerik
Hello Aswathy,
You should implement the upload validation in a similar fashion as the others. For example, you can populate the ValidationSummary and show it so the notification/window will show up.
You may find interesting this demo that shows how to validate a file upload in order to incorporate it in your actual logic: http://demos.telerik.com/aspnet-ajax/asyncupload/examples/validation/defaultcs.aspx.
Regards,
Telerik by Progress