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?
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.