|
|
Our Hot Pick: Rising Antivirus 2006 - Certified by TUV & Checkmark! Get 10% discount by entering this coupon code: ONDISCOUNT10
Hi all,
I have a DAP with a button that redirects the user to another DAP passing an Id within the URL. What i need to do is to get that Id and associate it with an field that exists on the second DAP. I tried to use Request.Querystring("Id") but it returns an error: "Object required: Request".
Is there other way for me to do that? Thanks in advance
|
|
try using cookies http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnacc2k2/html/odc_PassParam.asp
Paul D
"Carlitos" <Carlitos[ at ]discussions.microsoft.com> wrote in message news:EBEC1CE9-C1FF-4B0D-9152-FF67BE5F37D2[ at ]microsoft.com... : Hi all, : : I have a DAP with a button that redirects the user to another DAP passing an : Id within the URL. What i need to do is to get that Id and associate it with : an field that exists on the second DAP. I tried to use : Request.Querystring("Id") but it returns an error: "Object required: : Request". : : Is there other way for me to do that? Thanks in advance
|
|
|