I am trying to create a custom web control and/or avoid using a custom web control by only using javascript as an embedded resource to be reused across multiple sites. I am trying to avoid using a web control and merely point to a javascript resource so I won't need to declare the webcontrol value across the sites.
When I make a call to the web service, I get the dreaded "access to restricted uri denied" b/c the web service is not in the same domain. Does anyone have an example to call a web service, not using the ScriptManager/ServiceReference wrappers, to call using straight up AJAX to call a web service to avoid the access issue, probably specifically pointing to a proxy?
Joseph Baggett
http://www.myitstudio.com
MCSD, MCPD: Web Developer, MCITP: Database Developer, MCTS: SQL Server 2005, MCTS: .NET 2.0 Web Applications, MCTS: .NET Framework 2.0 Windows Applications, MCTS: .NET Framework 2.0 Windows Applications, MCAD, MCP
If the project doesn't work, blame Scott Guthrie and/or refer to the problem solving flowsheet. O.~