Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- VBA
- mdb table 합치기
- 대전 업힐
- 유성
- insert into
- StreamReader
- 딴지일보 자유게시판 파씽
- swift
- 노은
- 자전거
- 달력
- 대전 자전거
- C#
- euc-kr
- html parser
- Xcode
- python
- kanna html parser
- exifread
- dataset
- 스위프트
- swift html parser
- EXIF data
- kanna parser
- 엑셀
- 대전
- 파이썬
- file move
- MDB
- Exif
Archives
- Today
- Total
목록데이터그리드뷰 셀 클릭 이벤트 (1)
Fly to the sky & Return
DatagridView Row를 클릭하면 관련된 정보를 다른 datagridView에 표시하기
폼의 구성은 다음과 같이 두개의 Datagridview를 폼위에 올려 놓는 것입니다. 이제 DataGridView1_CellContentClick 이벤트를 작성합니다. 1234567891011121314151617181920212223242526272829private void dataGridView1_CellContentClick(object sender, DataGridViewCellEventArgs e) { string ID_1 = dataGridView1.Rows[e.RowIndex].Cells[0].Value.ToString(); string DB_path = targetPath; DataSet ds = new DataSet(); DataConn conn1 = new DataConn(); str..
프로그래밍/c# 윈폼 데이터베이스 기초부터
2016. 3. 7. 16:00