I'm new to programming, so I'm trying to write a small web form in VB.net. What I'm looking to do is click a button that opens a URL to an image. What I need, however, is to pass variables into the URL string. The URL passes various parameters that may change each time the button is clicked, so I need a way to put variables in the URL. First, how would I tie a URL to a button click, and second, how do I pass variables into that URL. Thanks in advance for any help or suggestions.
Ed
Ed