Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Variables in URL....

Status
Not open for further replies.

plymakr88

Programmer
Mar 3, 2004
4
US
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
 
Look up "QueryString" in the help of Visual Studio .Net. That should explain it all!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top