I want to enter the numeric value in the masked textbox.
I have written the following code
numericElement.SetAttribute("value", "123456789");
It displays the value in the textbox but when I place the cursor on the textbox it gets disappear.
How can I type the number in masked textbox in web browser control C#