tbFName.MaxLength = 20 ;
at runtime the user can continue to enter more than 20 characters.
How do we restrict user input to set numbers of characters.

</
EditItemTemplate>
<ItemTemplate>
<a href="#" onclick="openRadWindow2('<%#DataBinder.Eval(Container.DataItem,"vourcherid")%>'); return false;">Update</a>
</ItemTemplate>
</telerik:GridTemplateColumn>
</Columns>
I want to hide or disable this Update link in the grid when the value is null. Thanks
ExternalDialogsPath
="~/app/authoring/author/EditorDialogs/EditorDialogsForLOs"
I have also added the below statement in the user control
this._tab._tabs[1].style.display = "none";
Now I want to change the text on the Cancel button to "Close".
Can you please suggest me the how to do this?
Thanks,
Srinivas Vaidya