? Pass parameters with a link?

shylaxnippertx

New Member
Can anyone tell me how to pass parameters through with a link to a new page? <BR><BR>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.<BR><BR>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.<BR><BR>In the older versions of .asp, I would probably have used query strings, but these don't seem to exist in asp.net<BR><BR>Any help would be greatly appreciated,<BR><BR>Cheers,<BR>Jade <BR>
 
Back
Top