본문 바로가기

Development/.Net

(35)
반응형
ASP.NET 엑셀출력 - stoock님의 노트 ASP.NET 엑셀출력 //-- ASP.NET에서 엑셀출력하기 protected void btnExcel_Click(object sender, ImageClickEventArgs e) { if (ConditionInfoDataSet.Tables["Condition"].Rows.Count > 0) { Response.Clear(); Response.AddHeader("content-disposition", "attachment;filename=ExcelData.xls"); Response.Charset = ""; // If you want the option to open the Excel file without saving then // comment out the line below // Respons..
Visual C#에서 Excel을 자동화하여 배열을 통해 일정 범위의 데이터를 채우거나 가져오는 방법 Visual C#에서 Excel을 자동화하여 배열을 통해 일정 범위의 데이터를 채우거나 가져오는 방법 한 번에 하나씩 셀을 채우지 않고 여러 셀 범위를 채우려면 Range 개체의 Value 속성을 2차원 배열로 설정하면 됩니다. 마찬가지로 Value 속성을 사용하여 한 번에 여러 셀에 대한 2차원 배열 값을 가져올 수 있습니다. 다음 단계에서는 2차원 배열을 사용하여 데이터를 설정하고 검색하는 과정을 보여 줍니다. Microsoft Excel용 자동화 클라이언트 빌드 Microsoft Visual Studio 2005 또는 Microsoft Visual Studio .NET를 시작합니다. 파일 메뉴에서 새로 만들기를 누르고 프로젝트를 누릅니다. Visual C# 프로젝트 형식에서 Windows 응용 프로..
MSSQL 테이블 정보가져오기. 테이블 정보 가져오기 Selcet * from information_schema.columns Selcet * from information_schema.tables
Smart Clinet 개요 특집강좌 : Smart Client의 개요 [1] skill 2009/02/11 16:31 http://blog.naver.com/njaewon/50042311856 Lonely Developer ™ | 눈꽃천사 http://blog.naver.com/oyukihana/60012189954 Internet Explorer 에서의 닷넷 Smart Client 개발 강좌 최초 작성일 : 2004년 02월 15일 강좌 최종 수정일 : 2005년 03월 10일 작성자 : kevin(정 성태) 편집자 : Taeyo(김 태영) 강좌 제목 : Smart Client 의 개요 강좌 전 필자의 잡담> 그 전에 태오의 잡담 : 이 강좌는 2004년 2월부터 4월까지 월간마소에 연재되었던 스마트 클라이언트에 대한 컬럼이구요..
1. SQl Server 데이터 베이스 엔진 http://technet.microsoft.com/ko-kr/library/ms187875.aspx