How can I useMaskedEditExtender for textbox that should accept address of website? thanks
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
Why would you use an MaskedEdit? I'd use a textbox with a RegularExpressionValidator. MaskedEdit is good for data that has a fixed format across your data domain. For instance the SSID is always in the format 000-00-0000, a phone number (in U.S.) is (000) 000-0000, the new zip code is 00000-0000. and so forth... Not for a wide variant of formats like an URL, which is governed by an RFC. |
|||||||
|