954,560 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Filtered TextBox

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

joseph2010
Newbie Poster
6 posts since Apr 2010
Reputation Points: 10
Solved Threads: 0
 

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

Ramesh S
Posting Pro
583 posts since Jun 2009
Reputation Points: 165
Solved Threads: 113
 

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

haute34
Newbie Poster
13 posts since Apr 2010
Reputation Points: 10
Solved Threads: 0
 

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

joseph2010
Newbie Poster
6 posts since Apr 2010
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: