Why is it that some HTML properties/methods show up as errors when you're developing, but yet they are applied correctly when you run an application?
For example:
- Setting the AutoComplete property within a <Form> tag.
- Setting the class property of a <td> tag?
In both cases the message "...Active Scheme does not support..." message appears.
Why does Visual Studio give you these errors? Thanks.
For example:
- Setting the AutoComplete property within a <Form> tag.
- Setting the class property of a <td> tag?
In both cases the message "...Active Scheme does not support..." message appears.
Why does Visual Studio give you these errors? Thanks.