Jan 26, 2009 #1 csphard Programmer Apr 5, 2002 194 US I would like to use the select link to pass and Id to another page. Can anyone point to an example to show me how this is accomplished Howard
I would like to use the select link to pass and Id to another page. Can anyone point to an example to show me how this is accomplished Howard
Jan 26, 2009 #2 ca8msm Programmer May 9, 2002 11,327 GB Code: <a href="page2.aspx?id=9876543210" title="Page 2">Page 2</a> Mark, [URL unfurl="true"]http://lessthandot.com[/url] - Experts, Information, Ideas & Knowledge [URL unfurl="true"]http://mdssolutions.co.uk[/url] - Website Design [URL unfurl="true"]http://aspnetlibrary.com[/url] - An online resource for professional ASP.NET developers Upvote 0 Downvote
Code: <a href="page2.aspx?id=9876543210" title="Page 2">Page 2</a> Mark, [URL unfurl="true"]http://lessthandot.com[/url] - Experts, Information, Ideas & Knowledge [URL unfurl="true"]http://mdssolutions.co.uk[/url] - Website Design [URL unfurl="true"]http://aspnetlibrary.com[/url] - An online resource for professional ASP.NET developers