I think I got the web.config right but I\'d want to know how to add the service reference or the web service itself on the aspx page so my script could access it.
I\'m using AjaxPro & AjaxControlToolkit in my project. My project is normally running on Server 2003 with IIS 6. But when i loaded my project on Server 2008, i\'m getting \"AjaxPro undefined\" err
Currently, I\'m using AjaxPro Framework (http://www.ajaxpro.info/) to call any methods in my web application from the client side.
I have an ASP.NET app using Ajaxpro and forms authentication. First I 开发者_开发百科was having trouble trying to avoid passing the ajaxpro handlers through authorization, which was resolved when I in
I use ASP.NET C# with AJAX Professional (http://www.ajaxpro.info) 1) I have a div container with Panel control, Panel control should hold DropDownList that will be generated in codebehind function:
I pass an javascript object from client-side to server-side function with Ajaxpro. In server-side date variables comes inside object are looks like below. What does it mean? How can i parse it to for
I know the different options (None, ReadWrite, Read) and what they mean, but are there any other implications? Does ReadWrite take a performance hit compared to None, for example? A开发者_JAVA技巧re t
In ajax-pro Can 开发者_StackOverflowI use custom class as proxy instead of system.web.ui.page? and How?