Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Ajax Uploader
»
Re: Server side validation in ashx or controller in MVC 2
Re: Server side validation in ashx or controller in MVC 2
09-26-2010, 9:09 PM
cutechat
Joined on 07-22-2004
Posts 2,332
Re: Server side validation in ashx or controller in MVC 2
Reply
Quote
Hi,
In ashx , you can throw an exception , the browser javascript will show alert for that message.
If you validate the file in controller action , you can do more logic for the UI.
Regards,
Terry
View Complete Thread