Tag: JavaScript

Reference Controls from MasterPage

Reference controls from a master page in a normal page

Return Array from Web Service using ScriptManager & Javascript

 This is used to call the Web Service using ASP.Net and Script Manager. Must be inserted […]

Quickie | ‘Sys’ is undefined Solution

Today I was trying to call a web service from Java Script using the Sys.Net.WebServiceProxy.invoke function but the […]

Calling Web Service From Javascript

Hi my post explains how to call web service frm java script using AJAX. If the […]

Return Array From WebService

Here’s the simplest way to accomplish what you want. Have your webservice return a simple string array: […]