This is a migrated thread and some comments may be shown as answers.

New Captcha control and MVC

1 Answer 158 Views
UI for ASP.NET AJAX in ASP.NET MVC
This is a migrated thread and some comments may be shown as answers.
Tom
Top achievements
Rank 1
Tom asked on 10 Jul 2009, 03:04 PM
Can one use this new control in an MVC application and if so how and could you post a small working application?

TIA, Tom

1 Answer, 1 is accepted

Sort by
0
Lini
Telerik team
answered on 14 Jul 2009, 09:03 AM
Hello Tom,

The RadCaptcha control is designed to work as a ASP.NET Validator - it inherits from the ASP.NET BaseValidator class, which means that it also requires a <form> tag on the page in order to work. The captcha validation is performed on postback. By default, MVC applications do not use forms, so the captcha control cannot be used there.

Best wishes,
Lini
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
UI for ASP.NET AJAX in ASP.NET MVC
Asked by
Tom
Top achievements
Rank 1
Answers by
Lini
Telerik team
Share this question
or