It's a mystery that I am updating my webbrowser1 control with my code like this:
string hostname = textbox1.Text; WebBrowser1.Url = new Uri (@ "http: //mydomain/comp.php? Compname =" + hostname); WebBrowser1.Refresh (); Every funny number works fine. I also try the number only refreshes the Webbrozer with the final compname therefore:
Try:
webBrowser1.Stop (); WebBrowser1.Url = new Uri (@ "http: //mydomain/comp.php? Compname =" + hostname); instead of the old code
No comments:
Post a Comment