Hi
I have controls like Textbox, dropdown on my CustomerDetails.ascx partialview.
Now can we do JQuery validations on the user controls.
In the MainView, we use code like this.
<%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/Mvc.Master" Inherits="System.Web.Mvc.ViewPage>" %>
//JQuery validations Customer Profile Main ViewIn the PartialView, we use code like this.
<%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl" %>
Zip*