Browse by Tags

All Tags » JavaScript (RSS)

Consuming JSON Web Service from jQuery and Server Code

This is a trick i learned today, if you have your web service returning JSON string to utilize on your ajax calls if you planned to connect to this service using server code (Web Reference) for internal facing app for example you have a problem. If you...

Cross-domain JSONP with jQuery call step-by-step guide

I’ve been banging my head all day to accomplish this, it’s like a puzzle.. but since i get it to work i thought i could write this post for you and myself. What we want to accomplish? Simple way to communicate cross-domain with ASMX .NET 3.5 Web Service...

Finally Microsoft Shipping Open Source

  This is awesome, Microsoft finally decided to ship open source software, jQuery will be shipped with ASP.NET MVC and will be supported as any Microsoft product, also will be shipped with Visual Studio on the long run, this is a bold move http:...

Suppressing JavaScript Error Messeges - Application/Page Level

if you having problem with Ajax Extensions, Ajax Toolkit controls..etc generating bad JavaScript code that cause the message "Error On Page" to appear on the status bar of your browser then you can't solve this by resolving the error or...
Posted by Adel Khalil | with no comments