 |
General .NET For general discussion of MICROSOFT .NET topics that don't fall within any of the other .NET forum subcategories or .NET language forums.  If your question is specific to a language (C# or Visual Basic) or type of application (Windows Forms or ASP.Net) try an applicable forum category.
** PLEASE BE SPECIFIC WITH YOUR QUESTION **
When posting here, provide details regarding the Microsoft .NET language you are using and/or what type of application (Windows/Web Forms, etc) you are working in, if applicable to the question. This will help others answer the question without having to ask. |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the General .NET section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|

May 7th, 2004, 08:50 AM
|
Authorized User
|
|
Join Date: Jan 2004
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Shipping Progress -ASP.Net
Hi,
Please help me to find this info if anybody has already done this. I want to track the shipment status of the items I shipep. ie when the user comes to my site, if the status of the item is shipped , there should be a URL taking him to the shipping companies tracking page. I am using the services of differnet shipping compnies of US like UPS... Does these shipping companies Gives any URL or Web services to achieve this ?
I am sure many people has done this. Please help me.
Thanks,
Gibi
|

May 7th, 2004, 10:44 AM
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 1,101
Thanks: 0
Thanked 2 Times in 2 Posts
|
|
It would seem to me that you would need to talk to each individual shipping company that you work with to see what kind of web services they offer.
Hal Levy
Web Developer, PDI Inc.
NOT a Wiley/Wrox Employee
|

May 7th, 2004, 12:32 PM
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 1,110
Thanks: 0
Thanked 3 Times in 3 Posts
|
|
Most of the time they are just query strings that pass the tracking number to the shipping companies website.
Once you have the tracking number you can create a database with the order number, FEDEX tracking number, UPS tracking number, etc columns and store the numbers in the correct columns. Then check to see which column has a value then create the proper querystring link for the company's site.
ie.
if it's UPS
give them http://www.ups.com/tracking_url?trackingnumber
end if
|

May 8th, 2004, 07:54 AM
|
Authorized User
|
|
Join Date: Jan 2004
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Infact I need the the URL of all the companies like URL. Anybody has those data with you. It is working for UPS. :)
|

May 8th, 2004, 07:55 AM
|
Authorized User
|
|
Join Date: Jan 2004
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
sorry . Infact I need the the URL of all the companies like UPS. Anybody has those data with you. It is working for UPS. :)
|

May 10th, 2004, 09:17 AM
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 1,101
Thanks: 0
Thanked 2 Times in 2 Posts
|
|
If you go to each company site and try to track a package- you will get the url...
Hal Levy
Web Developer, PDI Inc.
NOT a Wiley/Wrox Employee
|

May 10th, 2004, 01:04 PM
|
Friend of Wrox
|
|
Join Date: Jun 2003
Posts: 1,110
Thanks: 0
Thanked 3 Times in 3 Posts
|
|
|
|
 |