Re: Getting page not found with the local
It is what I expect. It goes to the local server. I want it to go to another server that has the information I am pulling from.
View ArticleRe: Getting page not found with the local
The Itemurl is the a header of the News Release.The result url when I click on the New...
View ArticleRe: Getting page not found with the local
Hi,And so the final url which is used is? See the browser address bar or use "view source" or F12 in your browser to inspect the markup and see what exactly is the url you are trying to reach. More...
View ArticleRe: Getting page not found with the local
Nighthawk0712I tried your suggestion it still goes to the local server versus the one I need it to go. You have not provided enough information to even guess at what's happening. The code suggestion...
View ArticleRe: Getting page not found with the local
I tried your suggestion it still goes to the local server versus the one I need it to go.
View ArticleRe: Getting page not found with the local
Nighthawk0712 I am needing to put an href of href=\http://pcsoweb.com/ into the following code. I am getting a page not found with the local. The data resides on the link provided in the first...
View ArticleGetting page not found with the local
Hello,I am needing to put an href of href=\http://pcsoweb.com/ into the following code. I am getting a page not found with the local. The data resides on the link provided in the first sentence.. I...
View ArticleRe: Getting page not found with the local
You either have a concatenation bug or unexpected data in your database. You'll need to step through your code until you find the line that has the bug.IMHO, you should consider using the...
View ArticleRe: Getting page not found with the local
I got the site to go to the pcsoweb.com... The problem that I have now, is that it seems to repeat a...
View ArticleRe: Getting page not found with the local
I have fixed it. Thank you to everyone who replied.
View ArticleRe: Getting page not found with the local
Nighthawk0712This is someone else's code and on top of it. I don't program in C#. I use VB.net. I am trying to piece this together and learn at the same time. :)You are asking questions as though we...
View ArticleRe: Getting page not found with the local
This is someone else's code and on top of it. I don't program in C#. I use VB.net. I am trying to piece this together and learn at the same time. :)
View Article