[CLOSED] FilteredTextBoxExtender

  1. #1

    [CLOSED] FilteredTextBoxExtender

    hi,


    is there any controls in coolite like FilteredTextBoxExtender in ajaxtoolkit?

    is coolite TextField have any features like FilteredTextBoxExtender ? if not how i can achieve like

    FilteredTextBoxExtender features in coolite Textfield....


  2. #2

    RE: [CLOSED] FilteredTextBoxExtender

    Hi majestic,

    What is the functionality of the FilteredTextBoxExtender?


    Geoffrey McGill
    Founder
  3. #3

    RE: [CLOSED] FilteredTextBoxExtender

    hi,

    my functionality is not allow to enter some special characters like *%<> in textfield..
  4. #4

    RE: [CLOSED] FilteredTextBoxExtender

    I think the easiest option is to exclude the characters using the MaskRe property.

    Example


    <ext:TextField runat="server" MaskRe="[^*%<>]" />

    Hope this helps.


    Geoffrey McGill
    Founder

Posting Permissions