Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I like to use the Member Validation in System.Web.WebPages.WebPage to make serverside validation but:
as a PartialView, my Page-Object is a System.Web.Mvc.WebViewPage not inheriting from Web.Page.
So my questions are:
1. Is it possible to use the Validation-Member in a PartialView and if yes, how can I access to ?
2.If its not possible, what should be a propper way to realise serverside Validation in a PartialView?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Server-Validation in PartialView with WebPage.Validation
I like to use the Member Validation in System.Web.WebPages.WebPage to make serverside validation but:
as a PartialView, my Page-Object is a System.Web.Mvc.WebViewPage not inheriting from Web.Page.
So my questions are:
1. Is it possible to use the Validation-Member in a PartialView and if yes, how can I access to ?
2.If its not possible, what should be a propper way to realise serverside Validation in a PartialView?
is working on a reply...