Monday, 22 July 2013

filter only text and space in textbox using ajax

<asp:TextBox ID="txt_fatherHasbandName" runat="server" Width="153px"></asp:TextBox>
                                                    <asp:FilteredTextBoxExtender ID="Filter_fathername" runat="server" TargetControlID="txt_fatherHasbandName" ValidChars="abcdef ">
                </asp:FilteredTextBoxExtender>

No comments:

Post a Comment

How to highlight selected text in notepad++

  –> To highlight a block of code in Notepad++, please do the following steps step-1  :- Select the required text. step-2  :- Right click...