In the filtered text box what are the FilterType are having ?
i am using .net framework 2.0, it will not come for filter text box property. reply me the result

Recommended Answers

All 3 Replies

FilterType in ASP.NET Ajax FilteredTextBox will have the following options:
1. Numbers
2. LowercaseLetters
3. UppercaseLetters
4. Custom

You can specify more than one options as a comma-separated combination of them.

If Custom is specified, the ValidChars field will be used in addition to other settings such as Numbers.

Refer the following link.

http://www.asp.net/ajax/ajaxcontroltoolkit/Samples/FilteredTextBox/FilteredTextBox.aspx

In filtered textbox we can have 4 options:
1. Numbers
2. LowercaseLetters
3. UppercaseLetters
4. combination of numbers with alphabets

FilterType in ASP.NET Ajax FilteredTextBox will have the following options:
1. Numbers
2. LowercaseLetters
3. UppercaseLetters
4. Custom

You can specify more than one options as a comma-separated combination of them.

If Custom is specified, the ValidChars field will be used in addition to other settings such as Numbers.

Refer the following link.

http://www.asp.net/ajax/ajaxcontroltoolkit/Samples/FilteredTextBox/FilteredTextBox.aspx

Thanks you .Ii need a alert box in the filter box

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.