Sitefinity Captcha
I want to use sitefinity captcha widget in web project. I search some sample code but did not run the code correctly. How do I implement it? Can you give me some c# example code?
Thanks in advance.
Hi Abderus,
Sitefinity already uses the Captcha control in their modules e.g. News, Blogs. So it depends on how and where you want to implement this?
If you need it inside your pages or custom widgets (UserControls) you can use this code in your markup:
<
telerik:RadCaptcha
ID
=
"captcha"
runat
=
"server"
></
telerik:RadCaptcha
>
And configure it through it's properties.
Kind regards,
Daniel