Hello, I'm having a bit of trouble changing a web browser's URL. I have tried a simple piece of code:

WebBrowser1.Url = TextBox1.Text

Which looks like it should work.
It gives an error saying:

Value of type 'String' can not be converted to 'System.Uri'

Can anyone shed some light on this?

Thanks in advance.