Viewing 6 posts - 16 through 21 (of 21 total)
Try this in your SQL query that returns the value -
'<a href=' + Char(39) + 'existingorder.aspx' + Char(39) + '>View</a>' AS 'View Order'
Also if you are using a gridview...
April 21, 2006 at 5:27 am
Thank you for the reply! This info is exactly what I was looking for. I have seen this problem listed online about 150 times and tried all posted resolves...
April 27, 2005 at 1:12 pm
Thanks for the reply John. After rethinking this again, I realize that the best approach might be in the DTS by way of loading the primary table first, then...
February 10, 2005 at 1:10 pm
Have 2 workstations and 3 "for testing" play servers. I use the two as part of my multimedia system. The custom built XP workhorse is too loud, due to 4...
January 25, 2005 at 7:31 am
I have had success in VB7 with Winzip 8.0 and the necessary add-on wzcline.exe. The latter is to allow cmd line interface to the windows app. Both .exe’s must...
November 9, 2004 at 6:54 am
I have used the free program FOAM to save much typing when there will be many UNIONs due to JOINs. You will need an example of the expected results to...
December 11, 2003 at 6:49 am
Viewing 6 posts - 16 through 21 (of 21 total)