CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2006
    Posts
    141

    FilterTextBoxExtendet to support specific string

    Hi, i would like to use FilterTextBoxExtender to have a control on a textbox where user can only key in "+" and integer to the textbox.
    For example : +60125966874
    Does ayone has idea on this? I currently only know how to set it either be numeric or aphabeths only....

  2. #2
    Join Date
    Oct 2008
    Posts
    47

    Question Re: FilterTextBoxExtendet to support specific string

    My question would be if every response will require a + sybol... if so then there isn't a need to input it, you can prepend the symbol to the number post submittal. If that isn't the case you can always add a radio button with the value of the symbol before your form field and then concatenate the two form values for the final you are looking for.

    Hope this helps,

    Larry Darrah
    MS AE

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured