일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- windows
- MSSQL
- 이클립스
- IIS
- ASP
- 마이크로소프트
- 단축키
- 태그를 입력해 주세요.
- 비주얼스튜디오
- 프로시저
- 윈도우
- 윈폼
- oracle
- MS
- Excel
- javascript
- microsoft
- replace()
- jQuery
- 엑셀
- attr()
- SSRS
- 오라클
- aspnet
- 리포팅서비스
- c#
- CONVERT()
- 자바스크립트
- DataGrid
- Winform
Archives
- Today
- Total
DJ메탈짱™의 Free Style
[ASP.NET] DataGrid 이벤트 본문
DataGrid1_UpdateCommand 이벤트
* 데이터 그리드 내에 있는 콘트롤 찾기
1. string title = ((TextBox)e.Item.FindControl("title")).Text ;
2. string price = ((TextBox)e.Item.Cell[2].Contorol[0]).Text ;
this.dtResult.Items[0].FindControl("title") 가 아닌
this.dtResult.Items.FindControl("title")도 유효한 것일까?
'일(job) > MS(Microsoft)' 카테고리의 다른 글
[ASP.NET] Failed to Access IIS Metabase (0) | 2015.11.12 |
---|---|
[ASP.NET] 3종류의 세션 상태 저장 방법 (0) | 2015.11.11 |
[ASP.NET] ViewState의 장단점 (0) | 2015.11.11 |
[ASP.NET] Trace 추적정보 확인 (0) | 2015.11.11 |
[ASP.NET] ASP.NET 설치시 파일 업로드 제한 (0) | 2015.11.11 |