xslt / xsl javascript transformation in C# Error

2019년 11월 12일 golgol 0

Extension function parameters or return values which have Clr type ‘ConcatString’ are not supported.

참조 : https://stackoverflow.com/questions/12917802/javascript-with-xlt-formatting-error

visual studio webservice 초기화 오류

2018년 03월 22일 golgol 0

HTTP 오류 403.14 – Forbidden 웹 서버가 이 디렉터리의 내용을 표시하지 못하도록 구성되었습니다. 가능성이 높은 원인: 요청된 URL에 대해 기본 문서가 구성되지 않았으며 서버에서 디렉터리 […]

Install-Package Newtonsoft.Json

2018년 02월 06일 golgol 0

NuGet 패키지 관리로 다운로드

vb vbFromUnicode c# 으로 변경 샘플

2017년 08월 07일 golgol 0

VB Source 한글을 2byte 로 계산하기 위해 아래로 같은 변경하여 위치의 byte들을 가져온다.

To C# Source C# 으로 변경하면 다음과 같이 사용할수 있다. ks_c_5601-1987 […]

visual studio 2013 설치시 오류

2017년 05월 13일 golgol 0

지정된 트러스트 공급자가, 주제에 대해 지정된 형식을 지원하지 않거나 알 수 없습니다. ISO 파일 풀지 말고 CD 나 USB 로 구워 설치 하면 됩니다. iso […]

Email Address Validation Using Regular Expression

2014년 07월 01일 golgol 0

참조 : http://www.codeproject.com/Articles/22777/Email-Address-Validation-Using-Regular-Expression

C# Registry 메서드

2014년 03월 20일 golgol 0

소스

 

asp.net/ajaxlibrary

2013년 12월 13일 golgol 0

ASP.NET AJAX Control Toolkit Welcome to the ASP.NET AJAX Control Toolkit.   Choose from any of the samples on the left to see the live […]

c# select case

2013년 05월 07일 golgol 0

//요일구하기 public static string GetDay(string FLI_DAY) { string tempGetDay = string.Empty; switch (FLI_DAY) { case “MO”: tempGetDay = “월”; break; case “TU”: tempGetDay = “화”; […]