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

[Solved] RadInput Text control

1 Answer 288 Views
Input
This is a migrated thread and some comments may be shown as answers.
Akhilaa
Top achievements
Rank 1
Akhilaa asked on 25 Sep 2007, 07:48 AM
Hi Telerik Team,

I am using RadInput Text control version 2.0.0.0 and Im loading the control in my aspx page as follows 

<%@ Page Language="C#" AutoEventWireup="false" ValidateRequest="false"%>
<%
@ Register Tagprefix="radI" Namespace="Telerik.WebControls" Assembly="RadInput.Net2, Version=2.0.0.0, Culture=neutral, PublicKeyToken=a1432cd341173140" %>

<html>

<head id="Head1" runat="server">

<title >Test</title>

</head>

<body>

<form id="form1" runat="server">

<radI:RadTextBox

ID="txtNewUser2"

runat="server" TextMode ="MultiLine"

EmptyMessage="code d'accès">

</radI:RadTextBox>

</form>

</body>

</html>

This is working fine for me and the text box gets loaded fine

But when I change the TextMode of the rad textbox to "SingleLine" or "Password" I get the following error 

<ınput type="text" size="15" id="txtNewUser2_text"> <ınput style="visibility: hidden; width: 0px; border: 0px;" id="txtNewUser2" name="txtNewUser2" type="text" value="" />

and a javascript object required error pops up.

What is the reason for this am I missing something here

Waiting for your  reply

Akhilaa

1 Answer, 1 is accepted

Sort by
0
Accepted
Missing User
answered on 01 Oct 2007, 03:39 PM
Hi Akhilaa,


We believe we have addressed this problem long ago. Please upgrade to the latest version of RadInput 2.1.0 from Q2 2007 and let us know if still having problems.

You can find the complete instructions on how to update the control in the HELP documentation and online here:
http://www.telerik.com/support/kb/article/b454K-kad-b454T-a.aspx



Greetings,
Plamen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Input
Asked by
Akhilaa
Top achievements
Rank 1
Answers by
Missing User
Share this question
or