Tagged Questions
1
vote
2answers
1k views
ASP.NET AXD resources getting blocked at client side?
I have a web application that I am hosting, and a client of mine is reporting that certain Telerik javascript libraries that are included within the site (but not all of them) are not working ...
0
votes
1answer
540 views
Calling GetWebResourceUrl from .ashx
Is it possible to get a web resource from an .ashx handler? We have resources (images) in a class library and would like to reference them from an ashx handler. Normally you get the url by doing ...