ASP:AdRotator and XML
I’m using the asp:AdRotator control and an XML source file. I found that a web link in the NavigateUrl value, in the XML file, needs to be free of special characters, like an ampersand (which I had in my URL):
http://destination_domain/subdirectory/?someid=235&AnotherVar=TRUE
This line above broke my page. I replace the ampersand with the friendlier & and all is good:
http://destination_domain/subdirectory/?someid=235&AnotherVar=TRUE
REFERENCE
My ASPX contains: …
code lost
…
My XML file contains:
/root/dept/images/NewAniBanner.gif http://destination_domain/subdirectory/?someid=235&AnotherVar=TRUE This is a banner < 80 Clicky Click