Has anyone had a chance to review my code. I think I may have gotten my asp page to return the id by modifying the stored procedure and using it as a call in my asp page. But now what do I do with the query string? Thanks again.
Is this a guessing game? or are we supposed to search for a previous thread?
Please provide a reference, or post in your existing thread if the question relates to the same code.
___________________________________________________________
If you want the best response to a question, please check out FAQ222-2244 first.
'If we're supposed to work in Hex, why have we only got A fingers?' Drive a Steam Roller Steam Engine Prints
I meant to reply to another thread but posted another. Again sorry for this. The threat I meant to reply or post to was thread333-1359237. Could you have a look at that for me? Thanks again
Creating a query string is as easy as dirty cake??
Assuming you would want to pass an ID via a querystring, all you do is add a ? after the address with a reference name (you make the name up) and the value of that reference name.
Example (Since this is ASP Forum, assume this to be server side code):
Add Id value:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.