how to insert text into textarea using .net web browser ? i've tried many ways, but none of them worked
here's my try
HtmlElement element4 = WebBrowser1.Document.GetElementById("description");
element4.SetAttribute("value", "text");
but as i said none of them worked