
January 10th, 2002, 09:29 PM
|
|
Contributing User
|
|
Join Date: Dec 2002
Posts: 14,578
  
Time spent in forums: < 1 sec
Reputation Power: 22
|
|
|
? Pass parameters with a link?
Originally posted by : Jade (jadeo01@yahoo.com.au)Can anyone tell me how to pass parameters through with a link to a new page? I am using Microsoft Visual Studio.NET 7.0 (Beta 2), and I want to develop a simple application which lets the user type in an ID Code into a text field, and hit a Search button, which will then pop up a New .aspx screen which will show data based on the user entered ID Code.I've got the two screens - one with a text field & a link button, and the other which displays data selected from the database, but I can't pass information between the two.In the older versions of .asp, I would probably have used query strings, but these don't seem to exist in asp.netAny help would be greatly appreciated,Cheers,Jade
|