Posted
on Apr 19, 2011
(permalink)
Hi,
Got the Empty message to be working now , but only when i click and come out the text box.
I do not get the empty message on page load .
<asp:TextBox ID="txtpassword" runat="server" TextMode="Password" ="Password"></asp:TextBox>
and this is the rad input manager
<telerik:RadInputManager ID="RadInputManager1" runat="server" >
<telerik:TextBoxSetting EmptyMessage="Password" BehaviorID="txtBox" >
<TargetControls>
<telerik:TargetInput ControlID="txtpassword" Enabled="true" />>
</telerik:TextBoxSetting>
</telerik:RadInputManager>
I get this empty message only when i click in the text box and then come out.
Thanks