Results 1 to 3 of 3

Thread: maxlength for TextBox not working

  1. #1
    Hyperactive Member
    Join Date
    Jul 07
    Posts
    322

    maxlength for TextBox not working

    If I set the maxlength field for a textbox, and have the textmode set to SingleLine, the amount of text is limited to the specified number of characters. If you change TextMode to MultiLine, the number of characters is no longer constrained. Is there any way around this?

  2. #2
    King of sapila
    Join Date
    Oct 06
    Location
    Greece
    Posts
    3,546

    Re: maxlength for TextBox not working

    You need javascript or RegularExpressionValidator.
    Do a Google search.
    Slow as hell.

  3. #3
    New Member
    Join Date
    Jun 12
    Posts
    3

    Re: maxlength for TextBox not working

    ya this is right you should help of java script for do this

Posting Permissions

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