merhaba arkadaşlar belli bir aşama gittikten sonra web sitesine veri aktarıp tc ile sorgulama yaptırmak istediğimde hiç bir şekilde kutucuğa yazdıramadım
kod aşağıdaki kodlar ile denedim. html kodu ektedir
objIEBrowser.Document.getElementById("RadNumericTextBox1").innerText = "12345678911"
objIEBrowser.Document.getElementById("RadNumericTextBox1").value= "12345678911"
objIEBrowser.Document.getElementById("RadNumericTextBox1").Text = "12345678911"
kod aşağıdaki kodlar ile denedim. html kodu ektedir
objIEBrowser.Document.getElementById("RadNumericTextBox1").innerText = "12345678911"
objIEBrowser.Document.getElementById("RadNumericTextBox1").value= "12345678911"
objIEBrowser.Document.getElementById("RadNumericTextBox1").Text = "12345678911"
