computergeek
Programmer
Hi,
I am trying to insert a link to another page within the Grid DTC (Design Time Control). This expression works:
="<A TITLE=" + "Forecast.View" + " HREF=Site.asp?SiteId=" + [site_id] + ">" + [site_name] + "</A>"
I would like to embed a graphic (button) for them to click instead of the column value. When the first quote is reached the Grid DTC thinks that's the end of the entire string! How do you embed a string within a string?
="<A TITLE=" + "Forecast.View" + " HREF=Site.asp?SiteId=" + [site_id] + "><img src=" 'test.gif'+ "></A>"
Please help... Thanks in advance for taking the time to look into this problem.
Computergeek
I am trying to insert a link to another page within the Grid DTC (Design Time Control). This expression works:
="<A TITLE=" + "Forecast.View" + " HREF=Site.asp?SiteId=" + [site_id] + ">" + [site_name] + "</A>"
I would like to embed a graphic (button) for them to click instead of the column value. When the first quote is reached the Grid DTC thinks that's the end of the entire string! How do you embed a string within a string?
="<A TITLE=" + "Forecast.View" + " HREF=Site.asp?SiteId=" + [site_id] + "><img src=" 'test.gif'+ "></A>"
Please help... Thanks in advance for taking the time to look into this problem.
Computergeek