i have a HTML page having a attribute. When i insert the attribute named "control_label". When i assign a value "Enters Your Name" in this attribute everything is okay.
But when i try to add a value say " Enters Your Name" " having a single double quote the value of the attribute does not become Enters Your Name" . Even i tried a Escape character like Enters Your Name\" the value becomes Enters Your Name\ and not Enters Your Name".
Any help is appreciated.