| | |
How to pass parameter across website domain
Please support our ASP.NET advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
•
•
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??
Views: 523 | Replies: 2
| Thread Tools | Search this Thread |
Tag cloud for ASP.NET
.net 2.0 3.5 ajax appliances application asp asp.net beginner box browser businesslogiclayer button c# cac chat checkbox child class compatible complex content contenttype control countryselector courier database datagrid datagridview datalist deployment development dgv dialog dropdown dropdownmenu dynamic dynamically edit embeddingactivexcontrol feedback fileuploader fill findcontrol flash flv folder form gridview gudi identity iis image javascript languages list maps menu mobile mssql nameisnotdeclared novell opera order problem profile ratings redirect refer registration relationaldatabases response.redirect rows search security select serializesmo.table sessionvariables silverlight smoobjects software sql ssl tracking treeview typeof validatedate validation vb vb.net vista visual-studio visualstudio vs2008 web webapplications webarchitecture webdevelopment wizard xsl





