본문 바로가기
반응형

분류 전체보기4683

WebMaskEdit 를 webgrid에 붙이기 aspx) c#) gGrid_ContractAP_Search.Bands[0].AllowUpdate = AllowUpdate.Yes; igGrid_ContractAP_Search.Bands[0].Columns.FromKey("condate").DataType = "System.DateTime"; igGrid_ContractAP_Search.Bands[0].Columns.FromKey("condate").Type = ColumnType.Custom; igGrid_ContractAP_Search.Bands[0].Columns.FromKey("condate").EditorControlID = WebDateChooser1.ID; WebDateChooser1.Visible = true; WebDateChooser1.. 2008. 11. 17.
javascript stringbuilder javascript로 문자열 합치는 방법인데 상속받아서 쓰면 속도가 차이가 난다. 전에 훈스 세미나갔을대 본것이 기억난다. 그냥 변수 + 변수 하는것보다 빠르단다. 코드프로젝트의 들어가는 말이다. Introduction Once upon a time, not so long ago, pushing any significant processing to the client browser was considered a bad practice. Now with the rise in popularity of AJAX style development, it has suddenly become a hot new technology. Unfortunately, the most commonly used browser on.. 2008. 11. 17.
Nullable 형식 사용하기 (int?가 멀까) Nullable 형식 사용하기 (int?가 멀까) int? 이건 멀까? msdn에 자세히 나온다. http://msdn.microsoft.com/ko-kr/library/2cf62fcy(VS.80).aspx 간략하게 정리하면 nullable 형식은 다음과 같은 두 가지 방법 중 하나로 선언됩니다. System.Nullable variable - 또는 - T? variable 로 나타낼수있다. int? 는 후자의 경우겠죠 ㅋㅋ 함수명(int? height, int? width) 뭐 이렇게 쓴다. 그리고 왜쓰는 지는 null값을 추가로 나타낼수있기 때문이다. (인용) nullable 형식을 사용하면 내부 형식의 값을 모두 나타낼 수 있을 뿐만 아니라 null 값을 추가로 나타낼 수 있습니다 명시적 변환 nu.. 2008. 11. 13.
3rd-party 웹컴퍼넌트 비교 유명하거나 이름이 잘 알려진 웹 컴포넌트 4가지를 비교해 보았습니다. 단일 컴포넌트들 마다 유명한 제품들은 따로 있기에 지원하는 컴포넌트가 여러가지인 대형 제품을 위주로 선정하였습니다. 회사정보제품 지원 플랫폼 가격(2007.10.기준) 기타  Infragisticshttp://www.infragistics.comNetAdvantage for .NET 2008 Vol.2  .NET $1,135.25 1 개발자 라이선스 ComponentOnehttp://www.componentone.comComponentOne Studio Enterprise 2008 V2  .NET/Mobile $1,045.00 1 개발자 라이선스  Developer Express Inchttp://www.devexpress.com DX.. 2008. 11. 10.
반응형