| | |
How to pass parameter across website domain
Please support our ASP.NET advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Jul 2007
Posts: 55
Reputation:
Solved Threads: 3
Hello
i want to collect value from a website e.g called www.buygoods.com pass the value to my secure and process the transaction and send the the value back to the destination website. Pls how can i get this done, I try using query string to redirect to the my server but the value was not pass along it.
I use response.redirect("http//:www.buygoods.com/buy?email"+me.txtemail)
and the destination webpage
me.txtemail=resquest.querystring("email")
No value was pass across pls help me figure out what to do and solution to pass value accross website. Thanks
i want to collect value from a website e.g called www.buygoods.com pass the value to my secure and process the transaction and send the the value back to the destination website. Pls how can i get this done, I try using query string to redirect to the my server but the value was not pass along it.
I use response.redirect("http//:www.buygoods.com/buy?email"+me.txtemail)
and the destination webpage
me.txtemail=resquest.querystring("email")
No value was pass across pls help me figure out what to do and solution to pass value accross website. Thanks
Hi,
Are you using URL mapping and if not
you need to send the page name
Are you using URL mapping and if not
you need to send the page name
ASP.NET Syntax (Toggle Plain Text)
http//:www.buygoods.com/buy.aspx?email='"+me.txtemail+"' and retrieve it as string str=request.QueryString["email"];
If u r query is achieved,mark the thread as solved
Live and Let Live
Live and Let Live
change the line to
And check the destination page addressbar that email contains the value.
But never try to pass secured info cause query string is not safe. To pass secure info you can try with form submit.
response.redirect("http//:www.buygoods.com/buy?email="+me.txtemail) And check the destination page addressbar that email contains the value.
But never try to pass secured info cause query string is not safe. To pass secure info you can try with form submit.
MARK AS SOLVED if its help you.
REGARDS
MCTS - Shawpnendu bikash maloroy
http://shawpnendu.blogspot.com
REGARDS
MCTS - Shawpnendu bikash maloroy
http://shawpnendu.blogspot.com
![]() |
Similar Threads
- Subdomains dynamically (PHP)
Other Threads in the ASP.NET Forum
- Previous Thread: Product Catalogue in ASP.net 2.0 and MS access
- Next Thread: Possible to Upload multiple documents at a time??
| Thread Tools | Search this Thread |
Tag cloud for ASP.NET
.net 2.0 activexcontrol advice ajax alltypeofvideos anathor application asp asp.net bc30451 bottomasp.net box browser button c# checkbox click commonfunctions confirmationcodegeneration css dataaccesslayer database datagridview datagridviewcheckbox datalist deadlock development dgv dropdownlist dynamically edit expose feedback fileuploader fill flash form formatdecimal forms formview google grid gridview gudi iframe iis javascript jquery listbox login microsoft mono mouse mssql multistepregistration news numerical objects opera panelmasterpagebuttoncontrols parent project radio redirect registration relationaldatabases reportemail richtextbox rotatepage save schoolproject search security select silverlight smartcard smoobjects software sql-server sqlserver2005 suse textbox tracking unauthorized validation vb.net video videos view virtualdirectory vista visualstudio web webapplications webdevelopemnt webprogramming webservice xsl youareanotmemberofthedebuggerusers





