Textbox controls

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mervin Williams

    Textbox controls

    Does ASP.NET provide the ability to apply edit masks to textbox controls?
    If so, how?

    Mervin Williams


  • Ken Cox [Microsoft MVP]

    #2
    Re: Textbox controls

    It isn't built-in, but some people recreate the functionality in script:




    "Mervin Williams" <mwilliams@inno vasolutions.net > wrote in message
    news:eQDqy8XLEH A.2100@TK2MSFTN GP10.phx.gbl...[color=blue]
    > Does ASP.NET provide the ability to apply edit masks to textbox controls?
    > If so, how?
    >
    > Mervin Williams
    >
    >[/color]

    Comment

    • Steve C. Orr [MVP, MCSD]

      #3
      Re: Textbox controls

      You could use this free control:


      --
      I hope this helps,
      Steve C. Orr, MCSD, MVP



      "Mervin Williams" <mwilliams@inno vasolutions.net > wrote in message
      news:eQDqy8XLEH A.2100@TK2MSFTN GP10.phx.gbl...[color=blue]
      > Does ASP.NET provide the ability to apply edit masks to textbox controls?
      > If so, how?
      >
      > Mervin Williams
      >
      >[/color]


      Comment

      Working...