Posted on: 7/15/2015 5:10:33 AM | Views : 710

HI All,
i am having a trouble with below url
<a href="ShowResume.aspx?cid=<%#DataBinder.Eval(Container.DataItem,"crmcontactid")%>&key=<%=value%>&spUrl=<%#DataBinder.Eval(Container.DataItem,"Path")%>&id=<%#DataBinder.Eval(Container.DataItem,"New_screeningId")%>"                                  target="_blank" style="text-decoration: none">Resume</a>

but in the url single quotes and double quotes are getting mixed up
e.g
below is the url which is mixing single and double quotes

<a href="ShowResume.aspx?cid=77ccd056-810c-df11-911b-0019b9dc8028&amp;key=" java="" developer"&spurl="http://bonza:2222/New ...

Go to the complete details ...