I'm new to web development and need to improve. One way I thought was to create aspx pages and host them in the webbrowser control. But, I need to pass values (like company and location or product info) just like you would from one window to another, as window params. I know there's several ways, cookie, query string or even updating a db table and then reading it in the web browser.
What's the recommended way?
Thanks in advance..