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
- python
- 딴지일보 자유게시판 파씽
- Xcode
- MDB
- Exif
- dataset
- swift html parser
- kanna html parser
- 엑셀
- C#
- exifread
- html parser
- VBA
- 대전 자전거
- kanna parser
- 유성
- StreamReader
- EXIF data
- 파이썬
- swift
- 대전 업힐
- 노은
- 대전
- 스위프트
- euc-kr
- 자전거
- mdb table 합치기
- file move
- insert into
- 달력
Archives
- Today
- Total
목록datagridview cell click (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