doesn't get a value and likewise when using a post
Request.Form("Postcode")
doesn't get a value either.
I developed the web user control in Visual Studio and tested it using a asp:PlaceHolder in an aspx and everything worked as it should. It only fails when being used as a macro within umbraco
Request.QueryString not getting data in vb.net web user control
I have a web user control set up as a macro that is called in a template using
the macro runs but the variable data isn't being retrieved. When using a get so the variables appear as this
http://urlofwebsite/mapping/?Postcode=ex32+7hf&GC=D&btnG=Go
doesn't get a value and likewise when using a post
doesn't get a value either.
I developed the web user control in Visual Studio and tested it using a asp:PlaceHolder in an aspx and everything worked as it should. It only fails when being used as a macro within umbraco
is working on a reply...