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

The height of Image cannot be set?

1 Answer 63 Views
Captcha
This is a migrated thread and some comments may be shown as answers.
Gary Glass
Top achievements
Rank 1
Gary Glass asked on 07 Sep 2009, 10:14 AM
The height of Image cannot be set?
The textbox cannot be set at top?

1 Answer, 1 is accepted

Sort by
0
Pero
Telerik team
answered on 07 Sep 2009, 01:50 PM
Hi Gary,

There are two ways to set the Height property of the CaptchaImage at design time:

  1. <telerik:RadCaptcha ID="RadCaptcha1" runat="server" ErrorMessage="Invalid Input" 
      ValidationGroup="VG" CaptchaImage-Height="100" CaptchaImage-Width="200"
    </telerik:RadCaptcha> 
  2. <telerik:RadCaptcha ID="RadCaptcha1" runat="server" ErrorMessage="Invalid Input" 
        ValidationGroup="VG"
        <CaptchaImage Height="100" Width="200" /> 
    </telerik:RadCaptcha> 


At the moment you cannot control where the Captcha TextBox is placed. We are planning to implement a new functionality of the RadCaptcha for the next major release, that will render only the image on the page and the users will choose which textbox they want to be validated.


Regards,
Pero
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Captcha
Asked by
Gary Glass
Top achievements
Rank 1
Answers by
Pero
Telerik team
Share this question
or