Building a browser based custom screen for the constituent module and having a hard time capturing the querystring. This is the same key that Tessitura is using. I am using Request.QueryString(
Request.QueryString(
"customer_no")
But it is not retuning value. I need this value to pass to other pages somehow.
Any ideas?
Thanks
Marty
Hi Marty,
Did you double check that your url has the querystring formattd properly? Also can you debug the code or maybe in the response of the web page write the full querystring.
Jon