Category: #Programming

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 […]

ASP.Net | Call Web Service Method

    <asp:ScriptManager ID=”_scriptManager” runat=”server”> <Services>   <asp:ServiceReference Path=”~/Web_Service/SearchService.asmx” />   </Services>  </asp:ScriptManager>     <input id=”butnRead” type=”button” […]

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: […]

MS Access 2007 | #Deleted

SQL Server 2005, Access 2007, Access 2003, Microsoft Office Access, #Deleted, error, linked tables

Disable AutoComplete in Asp.NET

Most Browsers have a feature called AutoComplete which saves information that has previously been inputted like web […]

Crystal Reports Problem

The following error loaded today when trying to output a crystal report from asp.Net: Logon failed. […]

Disable Triggers

Last time, I had some calculation problems in one of my tables, and I needed to make a […]

Convert a String to Enum

To convert enum to string is very easy… just add .ToString() at the end of an […]