Adding double quotes in <a> using C#
- by Solution
Hi Guys,
I have below code behind in c#
<a onclick='pageTracker._trackEvent('dictionary', 'spanish');' target ='_blank' href=" + Session["cmpDictionaryTitle"] + ">" + GetResourceString("c_DictionaryPDFName") + "</a>
I am trying to make below <a> link as shown below:
<a target ="_blank"…