Restricting Certain URL's

I would like to know how to design a code to be able to restrict URLS that are in a database. If someone could help me please.




Answer this question

Restricting Certain URL's

  • perri

    I got this code from a different question I asked, but it seemed like it is what you are after

    "There is a Navigating event which is fired just before the WebBrowser navigates to a new document. Realize this event fires anytime the location of the document displayed in the WebBrowser is changed, whether it be by clicking a link or programmatically."

    Link : http://forums.microsoft.com/msdn/ShowPost.aspx PostID=101785

  • Restricting Certain URL's