End Google Ads 201810 - BS.net 01 --> Hi all,

I am trying to get the following input data using http post .














i have my asp.net Page reading the data as :


if (Request.QueryString["customer_fname"] != null)
fname = Request.QueryString["customer_fname"];

Though there is a value for fname is test.Its alwyas having a null string.

Can any one advice Please?


Thank you in advance