I use a component : Anthem AJAX but I have a problem:
When I use Anthem AJAX controls in page *.ASPX (eg: ArticlesEdit.aspx) is OK. But when I use Anthem AJAX controls in a user control *.ASCX (eg: Articles.ascx) is generate Javascript error because Url is Rewrite.
- Can I edit my RAINBOW portal: the url is not be rewritten. Eg: http://localhost/Rainbow1.5/site/1............ --> http://localhost/Rainbow1.5/abc.aspx?
- Can I edit the Anthem AJAX (open source), it can be corrected in user control *.ASCX.