반응형 분류 전체보기4832 Cell Style 지정하는 방법 Cell Style 지정하는 방법 방법 1 - 속성으로 제어 http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.Aspx?ArticleID=1093 방법 2 - WebCombo를 사용함 또는 다른방법 http://help.infragistics.com/Help/NetAdvantage/NET/2007.2/CLR2.0/html/WebGrid_Using_Template_Events_in_WebGrid.html http://samples.infragistics.com/2007.3/webfeaturebrowser/contents.aspx?t=WebGrid/WebComboValueList/WebComboValueList.aspx~srcview.aspx?p.. 2008. 4. 8. ToolBar API (그림, 색깔지정) Toolbar 색깔, 이미지 지정 API 코드 Public Declare Function SetClassLong Lib "user32" Alias "SetClassLongA" (ByVal hwnd As Long, ByVal nIndex As Long, ByVal dwnewlong As Long) As Long Public Declare Function OleTranslateColor Lib "oleaut32.dll" (ByVal lOleColor As Long, ByVal lHPalette As Long, ByRef lColorRef As Long) As Long Public Declare Function CreateSolidBrush Lib "gdi32.dll" (ByVal crColor As Long.. 2008. 4. 8. SQL Server 2005 Reporting Services [ 제 19 회 ] SQL Server 2005 Reporting Services - 교육 일시 : 2008년 4월 10일(목) 09:30 ~ 13:30 - 교육 장소 : 트라이콤 교육센터 (* 아래의 약도를 참고하세요.) 10회(2007년 7월 12일) : SQL Server 2005 기본 설치 실습 11회(2007년 8월 17일) : SQL Server 2005 클러스터링 설치 실습 12회(2007년 9월 14일) : SQL Server 2005 기본 튜닝 방법 실습 I 13회(2007년 10월 5일) : SQL Server 2005 백업 및 복구 실습 I 14회(2007년 11월 2일) : SQL Server 2005 기본 튜닝 방법 실습 II 15회(2007년 12월 6일) : SQL Server.. 2008. 4. 3. BeginTransaction 과 rollback 사용하기 2008/03/04 - [개발언어/C#.NET] - Transaction C# / ASP.NET에서 이용하기 http://www.bullog.net/Web/Columns/ReadColumn.aspx?ca=1&id=632238552484837500 예제가 참좋다. 구현하려는 기능도 이런건데... 데이타를 insert하다가 잘못되면 rollback하는 거다. SqlTransaction 클래스를 이용하여 트랜잭션 적용하기 이제 SqlTransaction 클래스를 이용하여 웹 폼 페이지에서 데이터베이스 트랜잭션을 사용하는 방법을 간단한 예제를 통해 알아보도록 하겠습니다. 다음 예제는 pubs 데이터베이스의 authors 테이블에 트랜잭션을 이용하여 데이터를 추가하는 예제입니다. 1 2 3 4 34 35 36 O.. 2008. 3. 31. 이전 1 ··· 1136 1137 1138 1139 1140 1141 1142 ··· 1208 다음 반응형