Author: Ramganeshv | Posted on: 12/21/2009 6:57:23 AM | Views : 1202

Hi there
        I am getting the below data through web service



   <![CDATA[http://scripts.somedomain.com/AFClick.asp?affiliateID=51806&merchantID=3659&programmeID=9319&mediaID=0&tracking=5412321@The Holiday Pla&url=http://www.anotherdomain.co.uk/ad.asp?c=266&p=holiday_itinerary&i=7780&f=31-Dec-09]]>


when i bind it in hypher link it leads to "Page not found"


Ex:

<asp:HyperLink ID="HyperLink2" runat="server" NavigateUrl ='<%# Bind("deeplink") %>'  Target="_blank" >BOOK</asp:HyperLink>
Here the deeplink field which holds that data
"<![CDATA[http://scripts.somedomain.com/AFClick.asp?affiliateID=51806&merchantID=3659&programmeID=9319&mediaID=0&tracking=5412321@The Holiday Pla&url=http://www.anotherdom ...

Go to the complete details ...