Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:651888
More Search Options
RSS Available
Matching Posts
Re: Autocomplete using webservice
Remove “static” from the WebMethod declaration, you only need it when using page methods.
Posted to
ASP.NET AJAX Networking and Web Services
(Forum)
by
mrmercury
on 11/18/2009
Re: Newbie:Using AJAX enabled WCF service and ASP.NET client in same application
The WFC service needs to belong to the application’s project , otherwise you’ll encounter a cross-domain error when calling it since you can’t make XMLHttpRequest calls from one application domain to another, this is a constrain imposed by the browsers not AJAX.
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
mrmercury
on 11/4/2009
Re: Webservices call VS update panel
You are correct using WebServices will use less bandwidth and also will be faster, but you’ll need to use JavaScript and the DOM to show the results to the user, in the current version of ASP.NET AJAX you can’t bind a WebService’s result with a grid, you’ll need to create a table and add each row by hand in the client.
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
mrmercury
on 11/4/2009
Re: Ajax Extension 1.0 with Asp.net 2.0
The ASP.NET AJAX 1.0 extensions .dll will be registered in the GAC for your applications to be able to use it. You’ll need to run the ASP.NET AJAX 1.0 setup in the server to be able to host AJAX applications.
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
mrmercury
on 10/27/2009
Re: Ajax Extension 1.0 with Asp.net 2.0
No, since the .dll needs to be in the GAC you need to run the setup in the server.
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
mrmercury
on 10/27/2009
Re: Can I not access server side method of a user control using JavaScript?
You are correct PageMethods need to reside in pages, you should use WebServices. To avoid having to register the WebService with the ScriptManager in the page you can use the invoke() method of the WebserviceProxy class to make the call, check this link: http://www.asp.net/AJAX/Documentation/Live/ClientReference/Sys.Net/WebServiceProxyClass/WebServiceProxyInvokeMethod.aspx
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
mrmercury
on 10/16/2009
Re: Calling a Webservice created in a custom control from embeded ajax jquery call.
You can’t call a WebService that’s inside a custom control, the WebService needs to reside under the application’s project.
Posted to
ASP.NET AJAX Networking and Web Services
(Forum)
by
mrmercury
on 10/5/2009
Re: Will Synchronus and Asynchronus web service calls work together in the same app
This forum is dedicated to the use of WebServices with ASP.NET AJAX, maybe you’ll get better answers if you move your query to the XML Web Services forum located here: http://forums.asp.net/28.aspx
Posted to
ASP.NET AJAX Networking and Web Services
(Forum)
by
mrmercury
on 10/1/2009
Re: Connecting Sql db through javascript function
If interested in using WebServices with ASP.NET AJAX check this link: http://www.asp.net/AJAX/Documentation/Live/tutorials/ASPNETAJAXWebServicesTutorials.aspx You’ll find tutorials and documentation on the matter.
Posted to
ASP.NET AJAX Networking and Web Services
(Forum)
by
mrmercury
on 10/1/2009
Re: Troubles with Json Serialization!
You can’t use a DataTable because it can’t be serialized, you should use a DataSet instead, for better performance you can use a custom object of your own.
Posted to
ASP.NET AJAX Networking and Web Services
(Forum)
by
mrmercury
on 9/29/2009
Page 1 of 74 (739 items) 1
2
3
4
5
Next >
...
Last »
ASP.NET:
Silverlight and RIA Services: Implementing Search
Channel 9:
C9 Lectures: Brian Beckman - Covariance and Contravariance in Physics 1 of 1
Channel 9:
Set Your Data Free
Channel 9:
Implementing a Silverlight SharePoint WebPart with Visual Studio 2010
WindowsClient:
New WPF Showcase Addition: Enterprise
Channel 9:
Reactive Extensions API in depth: Contract
WindowsClient:
Concluding "New WPF Features" Series
WindowsClient:
Introduction to TestApi – Part 5: Managed Code Fault Injection APIs
ASP.NET:
T4MVC now has a real home and a dedicated forum!
TechNet Edge:
Windows Server 2008 R2 : New Power Management Features
ASP.NET:
Web Deployment Painkillers: VS 2010 & MS Deploy
WindowsClient:
Application Accessibility Testing
WindowsClient:
Prism & WCF RIA Services
Channel 9:
Sharepoint 2010 and Claims-Based Identity
WindowsClient:
IRhetoric Ported To BlogEngine.NET
WindowsClient:
PDC Recap and More
Channel 9:
Reactive Extensions API in depth: Primitives
WindowsClient:
New WPF Features: MultiTouch
WindowsClient:
codeplex.com/testapi v 0.4 available
Channel 9:
The Visual Studio Documentary - Alan Cooper, the Father of Visual Basic
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online