How to type the number in masked textbox in web browser control C#

70 Views Asked by At

I want to enter the numeric value in the masked textbox.

enter image description here

I have written the following code

numericElement.SetAttribute("value", "123456789");

enter image description here

It displays the value in the textbox but when I place the cursor on the textbox it gets disappear.

enter image description here

How can I type the number in masked textbox in web browser control C#

0

There are 0 best solutions below