Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
215
web (url) input
posted

Hello,

I have to put a text control that only allow well formed urls (start with http:// or https://, have a dot...). Without using infragistics controls I usually use a textbox + regular expression validator for that.

Is there any infragistic control that can help me with this or I should continue using normal textbox + regular expression validator?

  • 24497
    posted

    Hi Ray,

    Editors in WebDataInput do not have similar options. WebMaskEdit supports strict mask, but not expression. You may use WebTextEdit with expression validator, but that will be similar to TextBox. If you do not need to process ClientSideEvents or use other special features of WebTextEdit, then you may keep TextBox.