Click here to Skip to main content
15,892,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a text box and a button. If I put "adm" in the text box and click on the button, the value will get passed to the controller to an action method. There it will check whether the given value in the text box is "adm" or not. If its "adm" then it will show "true" in an alert box and if its not "adm" then it will return "false" in an alert box. I am confused how to implement the whole thing. Please help. I have been told to use jquery for that by my faculty.
Posted

1 solution

Watch this video: MVC 4: JQuery Alert Box in MVC4[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900