Question
Response.Redirect / ASP.NET
Guys
How can I pass a variable taken from a database field
eg:
<% Response.Redirect ("success.aspx?login_ID=a value taken from the dataset
field in a binding") %>
everything i've tried just results in an error!
regards
AndyG
How can I pass a variable taken from a database field
eg:
<% Response.Redirect ("success.aspx?login_ID=a value taken from the dataset
field in a binding") %>
everything i've tried just results in an error!
regards
AndyG
