Tag: ASP.Net

Return Array From WebService

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

Disable AutoComplete in Asp.NET

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

Source Control – AnkhSVN

At work, we started using source control a year ago and after several packages we chose […]

Crystal Reports Problem

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

Convert a String to Enum

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

Select Distinct from DataTable

To select Distinct data from a particular DataTable, you need to add the following two methods:

ContextSwitchDeadlock was detected

Last week i was debugging an application and after while the following exception was being loaded: […]

Theme cannot be found in the application or global theme directories

I was creating an application and everything was working fine. But when i uploaded the website […]

There is already an open DataReader…

Sometimes, when I try to get data from the SQL Server the following exception is loaded: […]

Multiple Sitemaps

A problem that i found lately was when i needed to have multiple sitemaps. Why? I needed […]