Visual C# 2005: A Developer's Notebook by Jesse Liberty The unconfirmed error reports are from readers. They have not yet been approved or disproved by the author or editor and represent solely the opinion of the reader. Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem ?page-number?: reader question or request for clarification This page was updated July 18, 2008. UNCONFIRMED errors and comments from readers: (41) Last sentence under "What about..."; "the operator serves to restrict the lookup of identifierOne" Should be "the operator serves to restrict the lookup of identifierTwo"? [101] source code; In the code for integrating the web browser in the form, there is a line of code: webBrowser1.Url = txtURL.text; But how can we assign a string to url which is of the type System.uri directly without casting? How can we do it correctly?