S
sck10
Hello,
I am dynamically building the following querystring:
http://cost/content_ncb.aspx?qv01=101. How do I add Target=_blank?
I have tried http://cost/content_ncb.aspx?qv01=101,Target=_blank and
http://cost/content_ncb.aspx?qv01=101&Target=_blank to no avail. I get the
error: Syntax error converting the varchar value '101,target=_blank' to a
column of data type int.
Any help would be appreciated.
I am dynamically building the following querystring:
http://cost/content_ncb.aspx?qv01=101. How do I add Target=_blank?
I have tried http://cost/content_ncb.aspx?qv01=101,Target=_blank and
http://cost/content_ncb.aspx?qv01=101&Target=_blank to no avail. I get the
error: Syntax error converting the varchar value '101,target=_blank' to a
column of data type int.
Any help would be appreciated.