I have web browser control c# Win Forms. I cannot get value from read only input element it returns null “”
Please advice me something how i can get text inside this read only element
it returns in innerHml this :
"<LABEL>დასახელება ან სახელი, გვარი</LABEL> <INPUT id=ctl00_ContentPlaceHolder1_txtBuyerName class=inactive_input title=\"მაქსიმალური სიმბოლოების რაოდენობა 90\" name=ctl00$ContentPlaceHolder1$txtBuyerName readOnly value=\"ცოტნე მემანიშვილი\"> "
i want to get this "ცოტნე მემანიშვილი"
Thanks
Have you tried this for a text input:
or this for a hidden input: