My textarea contains C# code, so i get red underlines all over the place, is there any way to disable auto correction on a TEXTAREA in html code?
Thank
Try adding the following code to your textarea:
spellcheck="false"