<%@ Register Assembly="Obout.Ajax.UI" Namespace="Obout.Ajax.UI.Captcha" TagPrefix="obout" %>
<a href="javascript: $find('<%= Captcha1.ClientID %>').getNewImage();">Generate a new image</a><br />
<obout:CaptchaImage ID="Captcha1" runat="server" RelativeImageUrl="false" /><br /><
<obout:OboutTextBox runat="server" ID="CaptchaIn" Width="200" WatermarkText="Type the code from the image"
FolderStyle="../interface/styles/black_glass/OboutTextBox" /><br />
<obout:CaptchaValidator runat="server" ValidationGroup="SubmitInfo" ControlToValidate="CaptchaIn"
CaptchaImageID="Captcha1" ErrorMessage="The code you entered is not valid." Display="Static">
</obout:CaptchaValidator>
<asp:Button runat="server" Text="Test the entered text" ValidationGroup="SubmitInfo" OnClick="Submit1_click" />