Hi, Trying to solve a problem with no knowledge of asp.
I have a dropdown list populated from my database with card decription. The output is names like, abstract,illust ration etc.
I am sending the results to another page like so
..
Now the request.queryst ring I presume should be something like this.
..
But all I get is xx as output.
When someone selects from the dropdown I am trying to populate the page with all those from the database who have the same title and so am trying to get the ids.
Is there something more to this, I am sure there is.
Thanks in advance for any help.
Basically I was told I had to get the get the PostCardID into the action querystring
Richard
I have a dropdown list populated from my database with card decription. The output is names like, abstract,illust ration etc.
I am sending the results to another page like so
Code:
.. html directory.asp?PostCardID=XX
Now the request.queryst ring I presume should be something like this.
Code:
..asp
<%=request.QueryString("PostcardID")%>
But all I get is xx as output.
When someone selects from the dropdown I am trying to populate the page with all those from the database who have the same title and so am trying to get the ids.
Is there something more to this, I am sure there is.
Thanks in advance for any help.
Basically I was told I had to get the get the PostCardID into the action querystring
Richard
Comment