how to compare and validate two textbox in mvc
hi to all,
Here i want to do validate two textbox in partialviews.
DESCRIPTION:
In my model entities i have only password field but in Partialviews i have two text-box one is password and confirm password. i just compare and validate only in partialviews .If its correct then password should be store in database.