Nighthawk0712
I 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 above simply concatenates http://pcsoweb.com/ to the results of Convert.ToString(row["ItemUrl"]).Replace("~", ""). I have no idea what's in ItemUrl.
You'll need to use the debugger and step through the code. At the very least, provide the expected URL and resulting URL.