Product Bundles
DevCraft
All Telerik .NET and Kendo UI JavaScript components and AI Tools in one package.
Kendo UI
Bundle of AI Tools plus four JavaScript UI libraries built natively for jQuery, Angular, React and Vue.
Build JavaScript UI
Javascript
Telerik
Build modern .NET business apps
.Net Web
Cross-Platform
Desktop
Reporting and Documents
AI for Developers & IT
Ensure AI program success
AI Coding
AI Engineering
Additional Tools
Enhance the developer and designer experience
Testing & Mocking
Debugging
UI/UX Tools
CMS
Free Tools
Support and Learning
Productivity and Design Tools
<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<
html
xmlns
=
"http://www.w3.org/1999/xhtml"
>
head
runat
"server"
title
></
script
type
"text/javascript"
function pageLoad()
{
window.setTimeout(function()
var txtCaptcha = $get("<%=RadCaptcha1.ClientID %>" + "_CaptchaTextBox");
txtCaptcha.focus();
}, 10);
}
</
body
form
id
"form1"
asp:ScriptManager
ID
"ScriptManager1"
Scripts
asp:ScriptReference
Assembly
"Telerik.Web.UI"
Name
"Telerik.Web.UI.Common.Core.js"
/>
div
telerik:RadCaptcha
"RadCaptcha1"
ErrorMessage
"Please enter the code shown correctly."
CaptchaTextBoxLabel
"ENTER CODE"
EnableRefreshImage
"true"
CssClass
"testClass"
ForeColor
"Brown"
CaptchaImage
EnableCaptchaAudio
UseAudioFiles
asp:Button
"Button1"
Text
"Verify Code"