It is possible to add the required
attribute in VB.net to a Textbox. I would assume it would be something like this: textbox.Attributes.Add("required")
or is it necessary to insert JavaScript to implement it?
It is possible to add the required
attribute in VB.net to a Textbox. I would assume it would be something like this: textbox.Attributes.Add("required")
or is it necessary to insert JavaScript to implement it?