I am evaluating teleric controls in my mvc 3 app.
I have two numeric text boxes in my index view Seats available (numeric text box) range 1min-200max default is 100 Attendance (numeric text box) range 1min-200max default is 50 Client side validation The condition I what to evaluate is attendance must be less than the Seats available. The Attendance (Numeric text box) should automatically adjust according the condition above The user want to enter a value or press stepper more than or equal to the seats available then the Attendance (numeric text box) disabled. If they changed (how to capture changed event here) and click on other link they should be saved otherwise save popup need to display (can you please suggest any teleric popup control to save “yes” or “cancel” for mvc 3 app).
Any Help with code sample is highly appreciated. Thanks in Advance. mythri